[Scummvm-cvs-logs] SF.net SVN: scummvm: [32295] scummvm/trunk/common/advancedDetector.h

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Mon May 26 20:03:56 CEST 2008


Revision: 32295
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32295&view=rev
Author:   jvprat
Date:     2008-05-26 11:03:55 -0700 (Mon, 26 May 2008)

Log Message:
-----------
Made fallbackDetect to allow subclasses to override it

Modified Paths:
--------------
    scummvm/trunk/common/advancedDetector.h

Modified: scummvm/trunk/common/advancedDetector.h
===================================================================
--- scummvm/trunk/common/advancedDetector.h	2008-05-26 17:50:26 UTC (rev 32294)
+++ scummvm/trunk/common/advancedDetector.h	2008-05-26 18:03:55 UTC (rev 32295)
@@ -219,7 +219,7 @@
 	 * @note The fslist parameter may be 0 -- in that case, it is assumed
 	 *       that the callback searchs the current directory.
 	 */
-	const Common::ADGameDescription *fallbackDetect(const FSList *fslist) const {
+	virtual const Common::ADGameDescription *fallbackDetect(const FSList *fslist) const {
 		return 0;
 	}
 };


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