[Scummvm-cvs-logs] SF.net SVN: scummvm: [23360] scummvm/trunk/base/main.cpp

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Fri Jun 30 23:58:46 CEST 2006


Revision: 23360
Author:   marcus_c
Date:     2006-06-30 14:58:40 -0700 (Fri, 30 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23360&view=rev

Log Message:
-----------
Include DCLauncherDialog.h from the new backend dir.

Modified Paths:
--------------
    scummvm/trunk/base/main.cpp
Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp	2006-06-30 21:14:34 UTC (rev 23359)
+++ scummvm/trunk/base/main.cpp	2006-06-30 21:58:40 UTC (rev 23360)
@@ -48,7 +48,7 @@
 #if defined(_WIN32_WCE)
 #include "backends/wince/CELauncherDialog.h"
 #elif defined(__DC__)
-#include "backends/dc/DCLauncherDialog.h"
+#include "backends/platform/dc/DCLauncherDialog.h"
 #else
 #include "gui/launcher.h"
 #endif


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