From 3b61b06aee156c1e34b2021e287ad545b5ece41f Mon Sep 17 00:00:00 2001 From: Andrew Kurushin Date: Thu, 6 Jan 2005 19:34:07 +0000 Subject: - remove "extern" before OSystem::makeInstance svn-id: r16457 --- common/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::makeInstance(); +OSystem *Common::Singleton::makeInstance(); /** -- cgit v1.2.3