From 6d6d634db180aa7cfa893b9c68d94f7f5a9787b9 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Mon, 26 May 2008 18:03:55 +0000 Subject: Made fallbackDetect to allow subclasses to override it svn-id: r32295 --- common/advancedDetector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/advancedDetector.h b/common/advancedDetector.h index 2dc4b44b5f..bec03d5585 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -219,7 +219,7 @@ public: * @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; } }; -- cgit v1.2.3