diff --git a/common/system.h b/common/system.h index 11831de0de0..8c672e18c98 100644 --- a/common/system.h +++ b/common/system.h @@ -35,7 +35,7 @@ class OSystem; * Custom object factory for OSystem. */ template <> -extern OSystem *Common::Singleton::makeInstance(); +OSystem *Common::Singleton::makeInstance(); /**