[Scummvm-cvs-logs] SF.net SVN: scummvm: [31379] scummvm/trunk/engines/kyra/resource.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Apr 4 11:16:25 CEST 2008


Revision: 31379
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31379&view=rev
Author:   lordhoto
Date:     2008-04-04 02:16:25 -0700 (Fri, 04 Apr 2008)

Log Message:
-----------
Fixed nameclash.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/resource.cpp

Modified: scummvm/trunk/engines/kyra/resource.cpp
===================================================================
--- scummvm/trunk/engines/kyra/resource.cpp	2008-04-04 08:13:35 UTC (rev 31378)
+++ scummvm/trunk/engines/kyra/resource.cpp	2008-04-04 09:16:25 UTC (rev 31379)
@@ -56,7 +56,7 @@
 	if (_vm->game() != GI_KYRA3) {
 		if (!loadPakFile(StaticResource::staticDataFilename()) || !StaticResource::checkKyraDat()) {
 			Common::String errorMessage = "You're missing the '" + StaticResource::staticDataFilename() + "' file or it got corrupted, (re)get it from the ScummVM website";
-			GUI::MessageDialog errorMsg(errorMessage);
+			::GUI::MessageDialog errorMsg(errorMessage);
 			errorMsg.runModal();
 			error(errorMessage.c_str());
 		}


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