From 4c7e840388afb4c573d9740614b75883688c55ec Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 8 May 2015 23:05:27 -0400 Subject: SHERLOCK: Fix meta engine initialization --- engines/sherlock/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp index aae8b0ad0e..dd02bd7694 100644 --- a/engines/sherlock/detection.cpp +++ b/engines/sherlock/detection.cpp @@ -62,7 +62,7 @@ static const PlainGameDescriptor sherlockGames[] = { class SherlockMetaEngine : public AdvancedMetaEngine { public: - SherlockMetaEngine() : AdvancedMetaEngine(Sherlock::gameDescriptions, sizeof(Sherlock::gameDescriptions), sherlockGames) {} + SherlockMetaEngine() : AdvancedMetaEngine(Sherlock::gameDescriptions, sizeof(Sherlock::SherlockGameDescription), sherlockGames) {} virtual const char *getName() const { return "Sherlock Engine"; -- cgit v1.2.3