mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
emsvc4 need public access, hmmm...
svn-id: r16650
This commit is contained in:
parent
87a6768009
commit
c0c9a68fe5
@ -45,6 +45,10 @@ private:
|
||||
* and you specialise makeInstance to return an instance of a subclass.
|
||||
*/
|
||||
//template <class T>
|
||||
#ifdef _WIN32_WCE
|
||||
//FIXME
|
||||
public:
|
||||
#endif
|
||||
static T* makeInstance() {
|
||||
return new T();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user