[Scummvm-cvs-logs] SF.net SVN: scummvm:[44203] scummvm/trunk/backends/platform/wii/options.cpp

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sun Sep 20 14:33:04 CEST 2009


Revision: 44203
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44203&view=rev
Author:   dhewg
Date:     2009-09-20 12:33:03 +0000 (Sun, 20 Sep 2009)

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

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wii/options.cpp

Modified: scummvm/trunk/backends/platform/wii/options.cpp
===================================================================
--- scummvm/trunk/backends/platform/wii/options.cpp	2009-09-20 11:47:11 UTC (rev 44202)
+++ scummvm/trunk/backends/platform/wii/options.cpp	2009-09-20 12:33:03 UTC (rev 44203)
@@ -127,7 +127,7 @@
 		if (fsf.isMounted(WiiFilesystemFactory::kDVD)) {
 			_textDVDStatus->setLabel("DVD Mounted successfully");
 		} else {
-			if (fsf.failedToMount(kDVD))
+			if (fsf.failedToMount(WiiFilesystemFactory::kDVD))
 				_textDVDStatus->setLabel("Error while mounting the DVD");
 			else
 				_textDVDStatus->setLabel("DVD not mounted");


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