[Scummvm-cvs-logs] SF.net SVN: scummvm:[46363] tools/branches/gsoc2009-gui

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Dec 13 21:27:44 CET 2009


Revision: 46363
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46363&view=rev
Author:   lordhoto
Date:     2009-12-13 20:27:44 +0000 (Sun, 13 Dec 2009)

Log Message:
-----------
Fix compilation.

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/common/file.cpp
    tools/branches/gsoc2009-gui/gui/main.cpp

Modified: tools/branches/gsoc2009-gui/common/file.cpp
===================================================================
--- tools/branches/gsoc2009-gui/common/file.cpp	2009-12-13 20:23:42 UTC (rev 46362)
+++ tools/branches/gsoc2009-gui/common/file.cpp	2009-12-13 20:27:44 UTC (rev 46363)
@@ -22,6 +22,7 @@
 
 #include "file.h"
 #include <stdarg.h>
+#include <stdio.h>
 
 // Filenname implementation
 Filename::Filename(const char *path) {

Modified: tools/branches/gsoc2009-gui/gui/main.cpp
===================================================================
--- tools/branches/gsoc2009-gui/gui/main.cpp	2009-12-13 20:23:42 UTC (rev 46362)
+++ tools/branches/gsoc2009-gui/gui/main.cpp	2009-12-13 20:27:44 UTC (rev 46363)
@@ -46,7 +46,7 @@
  * The application class, main entry point for wxWidgets applications.
  */
 class ScummVMToolsApp : public wxApp {
-	virtual bool OnInit();
+	bool OnInit();
 
 public:
 	/**


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list