aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/detection.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-08 23:05:27 -0400
committerPaul Gilbert2015-05-08 23:05:27 -0400
commit4c7e840388afb4c573d9740614b75883688c55ec (patch)
tree76900d47b1f6c9729c009c6462a1888a5e4c7cc4 /engines/sherlock/detection.cpp
parent7ca37bef9f6b16f175f39908c8dfbb1761d42aa3 (diff)
downloadscummvm-rg350-4c7e840388afb4c573d9740614b75883688c55ec.tar.gz
scummvm-rg350-4c7e840388afb4c573d9740614b75883688c55ec.tar.bz2
scummvm-rg350-4c7e840388afb4c573d9740614b75883688c55ec.zip
SHERLOCK: Fix meta engine initialization
Diffstat (limited to 'engines/sherlock/detection.cpp')
-rw-r--r--engines/sherlock/detection.cpp2
1 files changed, 1 insertions, 1 deletions
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";