mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
- remove "extern" before OSystem::makeInstance
svn-id: r16457
This commit is contained in:
parent
00c98c519e
commit
3b61b06aee
@ -35,7 +35,7 @@ class OSystem;
|
||||
* Custom object factory for OSystem.
|
||||
*/
|
||||
template <>
|
||||
extern OSystem *Common::Singleton<OSystem>::makeInstance();
|
||||
OSystem *Common::Singleton<OSystem>::makeInstance();
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user