From 77e60faa03317a874b42cdcbe54050520e015fbe Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 25 Mar 2016 08:42:17 +0100 Subject: CHEWY: Fix compilation with plugins enabled --- engines/chewy/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/chewy') 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); -- cgit v1.2.3