]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/stdpaths.h
Define WXBUILDING in Xcode projects.
[wxWidgets.git] / include / wx / unix / stdpaths.h
index 0692bfaec17809a4cc678c3d8a9d3730a1235701..0d63f1a4ce903e2b7882cd7ab3a89fb78c82a298 100644 (file)
@@ -51,6 +51,11 @@ public:
     virtual wxString GetDocumentsDir() const;
 #endif
 
+protected:
+    // Ctor is protected, use wxStandardPaths::Get() instead of instantiating
+    // objects of this class directly.
+    wxStandardPaths() { }
+
 private:
     wxString m_prefix;
 };