[Scummvm-cvs-logs] SF.net SVN: scummvm: [24441] scummvm/branches/branch-0-9-0/gui/launcher.h

knakos at users.sourceforge.net knakos at users.sourceforge.net
Sun Oct 22 17:16:05 CEST 2006


Revision: 24441
          http://svn.sourceforge.net/scummvm/?rev=24441&view=rev
Author:   knakos
Date:     2006-10-22 08:15:59 -0700 (Sun, 22 Oct 2006)

Log Message:
-----------
Fix compilation in vs2005

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/gui/launcher.h

Modified: scummvm/branches/branch-0-9-0/gui/launcher.h
===================================================================
--- scummvm/branches/branch-0-9-0/gui/launcher.h	2006-10-22 14:53:30 UTC (rev 24440)
+++ scummvm/branches/branch-0-9-0/gui/launcher.h	2006-10-22 15:15:59 UTC (rev 24441)
@@ -32,6 +32,9 @@
 class GraphicsWidget;
 
 class LauncherDialog : public Dialog {
+#ifdef _WIN32_WCE
+public:			// pacify MS compiler
+#endif
 	typedef Common::String String;
 	typedef Common::StringList StringList;
 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