diff options
Diffstat (limited to 'common/system.cpp')
| -rw-r--r-- | common/system.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.cpp b/common/system.cpp index db020a2e5f..9487052de1 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -34,7 +34,7 @@  DECLARE_SINGLETON(OSystem);  template <> -OSystem *makeInstance<>() { +OSystem *Common::Singleton<OSystem>::makeInstance() {  	// Attention: Do not call parseGraphicsMode() here, nor any other function  	// which needs to access the OSystem instance, else you get stuck in an  	// endless loop.  | 
