diff options
| -rw-r--r-- | common/advancedDetector.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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;  	}  }; | 
