diff options
author | Eugene Sandulenko | 2016-03-25 08:42:17 +0100 |
---|---|---|
committer | Filippos Karapetis | 2016-10-03 00:32:36 +0300 |
commit | 77e60faa03317a874b42cdcbe54050520e015fbe (patch) | |
tree | 7e4f842c121c9702fdd7281f4914d2c54e742231 /engines/chewy | |
parent | 3596672735c980e94dffd63d7c29e416ec98365e (diff) | |
download | scummvm-rg350-77e60faa03317a874b42cdcbe54050520e015fbe.tar.gz scummvm-rg350-77e60faa03317a874b42cdcbe54050520e015fbe.tar.bz2 scummvm-rg350-77e60faa03317a874b42cdcbe54050520e015fbe.zip |
CHEWY: Fix compilation with plugins enabled
Diffstat (limited to 'engines/chewy')
-rw-r--r-- | engines/chewy/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp index 06ba6ccc24..b7371b65a3 100644 --- a/engines/chewy/detection.cpp +++ b/engines/chewy/detection.cpp @@ -138,7 +138,7 @@ SaveStateDescriptor ChewyMetaEngine::querySaveMetaInfos(const char *target, int return SaveStateDescriptor(); } // End of namespace Chewy -#if PLUGIN_ENABLED_DYNAMIC(Chewy) +#if PLUGIN_ENABLED_DYNAMIC(CHEWY) REGISTER_PLUGIN_DYNAMIC(CHEWY, PLUGIN_TYPE_ENGINE, ChewyMetaEngine); #else REGISTER_PLUGIN_STATIC(CHEWY, PLUGIN_TYPE_ENGINE, ChewyMetaEngine); |