- remove "extern" before OSystem::makeInstance

svn-id: r16457
This commit is contained in:
Andrew Kurushin 2005-01-06 19:34:07 +00:00
parent 00c98c519e
commit 3b61b06aee

View File

@ -35,7 +35,7 @@ class OSystem;
* Custom object factory for OSystem.
*/
template <>
extern OSystem *Common::Singleton<OSystem>::makeInstance();
OSystem *Common::Singleton<OSystem>::makeInstance();
/**