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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Fri Oct 22 23:17:54 CEST 2010


Revision: 53709
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53709&view=rev
Author:   dreammaster
Date:     2010-10-22 21:17:54 +0000 (Fri, 22 Oct 2010)

Log Message:
-----------
TINSEL: Compilation fix

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

Modified: scummvm/trunk/engines/tinsel/tinsel.h
===================================================================
--- scummvm/trunk/engines/tinsel/tinsel.h	2010-10-22 21:08:27 UTC (rev 53708)
+++ scummvm/trunk/engines/tinsel/tinsel.h	2010-10-22 21:17:54 UTC (rev 53709)
@@ -184,7 +184,7 @@
 	uint32 getFeatures() const;
 	Common::Language getLanguage() const;
 	uint16 getVersion() const;
-	uint32 TinselEngine::getFlags() const;
+	uint32 getFlags() const;
 	Common::Platform getPlatform() const;
 
 	const char *getSampleIndex(LANGUAGE lang);


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