]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/stdpaths.h
Define WXBUILDING in Xcode projects.
[wxWidgets.git] / include / wx / os2 / stdpaths.h
index 7fb7fcf7fc748cbd21338272052c3769d226e2ae..571ca38b99f286e569912db889d6cb6f22a86491 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/msw/stdpaths.h
+// Name:        wx/os2/stdpaths.h
 // Purpose:     wxStandardPaths for OS/2
 // Author:      Stefan Neis
 // Modified by:
@@ -40,6 +40,11 @@ public:
     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;
 };