emsvc4 need public access, hmmm...

svn-id: r16650
This commit is contained in:
Paweł Kołodziejski 2005-01-27 21:29:29 +00:00
parent 87a6768009
commit c0c9a68fe5

View File

@ -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();
}