]> 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 72ae2ea183d8248040b7ecc4747c8c7f8c7380c9..571ca38b99f286e569912db889d6cb6f22a86491 100644 (file)
@@ -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;
 };