[Scummvm-cvs-logs] SF.net SVN: scummvm:[55043] scummvm/trunk/engines/sci/parser/vocabulary.h
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Sun Dec 26 15:56:52 CET 2010
Revision: 55043
http://scummvm.svn.sourceforge.net/scummvm/?rev=55043&view=rev
Author: mthreepwood
Date: 2010-12-26 14:56:51 +0000 (Sun, 26 Dec 2010)
Log Message:
-----------
SCI: Silence a gcc warning
Modified Paths:
--------------
scummvm/trunk/engines/sci/parser/vocabulary.h
Modified: scummvm/trunk/engines/sci/parser/vocabulary.h
===================================================================
--- scummvm/trunk/engines/sci/parser/vocabulary.h 2010-12-26 14:32:38 UTC (rev 55042)
+++ scummvm/trunk/engines/sci/parser/vocabulary.h 2010-12-26 14:56:51 UTC (rev 55043)
@@ -301,7 +301,7 @@
/**
* Save/load vocabulary data
*/
- virtual void saveLoadWithSerializer(Common::Serializer &ser);
+ void saveLoadWithSerializer(Common::Serializer &ser);
private:
/**
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