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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Sep 30 13:33:45 CEST 2008


Revision: 34697
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34697&view=rev
Author:   fingolfin
Date:     2008-09-30 11:33:43 +0000 (Tue, 30 Sep 2008)

Log Message:
-----------
cleanup

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

Modified: scummvm/trunk/engines/metaengine.h
===================================================================
--- scummvm/trunk/engines/metaengine.h	2008-09-30 09:12:02 UTC (rev 34696)
+++ scummvm/trunk/engines/metaengine.h	2008-09-30 11:33:43 UTC (rev 34697)
@@ -115,7 +115,9 @@
 	 * @param target	name of a config manager target
 	 * @param slot		slot number of the save state
 	 */
-	virtual SaveStateDescriptor querySaveMetaInfos(const char *target, int slot) const { return SaveStateDescriptor(); }
+	virtual SaveStateDescriptor querySaveMetaInfos(const char *target, int slot) const {
+		return SaveStateDescriptor();
+	}
 
 	/** @name MetaEngineFeature flags */
 	//@{
@@ -177,7 +179,9 @@
 	 * Determine whether the engine supports the specified MetaEngine feature.
 	 * Used by e.g. the launcher to determine whether to enable the "Load" button.
 	 */	
-	virtual bool hasFeature(MetaEngineFeature f) const { return false; };
+	virtual bool hasFeature(MetaEngineFeature f) const {
+		return false;
+	}
 
 	//@}
 };


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