aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h
index 617cb5c052..11831de0de 100644
--- a/common/system.h
+++ b/common/system.h
@@ -32,10 +32,10 @@
class OSystem;
/**
- * Custome object factory for OSystem.
+ * Custom object factory for OSystem.
*/
template <>
-OSystem *makeInstance<>();
+extern OSystem *Common::Singleton<OSystem>::makeInstance();
/**