[Scummvm-cvs-logs] SF.net SVN: scummvm:[54577] scummvm/trunk/engines/hugo/hugo.h

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Mon Nov 29 18:50:30 CET 2010


Revision: 54577
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54577&view=rev
Author:   strangerke
Date:     2010-11-29 17:50:30 +0000 (Mon, 29 Nov 2010)

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

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/hugo.h

Modified: scummvm/trunk/engines/hugo/hugo.h
===================================================================
--- scummvm/trunk/engines/hugo/hugo.h	2010-11-29 17:42:08 UTC (rev 54576)
+++ scummvm/trunk/engines/hugo/hugo.h	2010-11-29 17:50:30 UTC (rev 54577)
@@ -177,7 +177,7 @@
 
 	const HugoGameDescription *_gameDescription;
 	uint32 getFeatures() const;
-	const char *HugoEngine::getGameId() const;
+	const char *getGameId() const;
 
 	GameType getGameType() const;
 	Common::Platform getPlatform() const;


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