///////////////////////////////////////////////////////////////////////////////
-// Name: wx/msw/stdpaths.h
+// Name: wx/os2/stdpaths.h
// Purpose: wxStandardPaths for OS/2
// Author: Stefan Neis
// Modified by:
virtual wxString GetUserDataDir() const;
virtual wxString GetPluginsDir() const;
+protected:
+ // Ctor is protected, use wxStandardPaths::Get() instead of instantiating
+ // objects of this class directly.
+ wxStandardPaths() { }
+
private:
static wxString m_prefix;
};