aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 11831de0de..8c672e18c9 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<OSystem>::makeInstance();
+OSystem *Common::Singleton<OSystem>::makeInstance();
/**