X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ce52f3d4eb9e5f915b9f48a8185431edb14c647..e87d78bb36f371d593137761158118fb09b69fa2:/include/wx/unix/stdpaths.h diff --git a/include/wx/unix/stdpaths.h b/include/wx/unix/stdpaths.h index 0692bfaec1..0d63f1a4ce 100644 --- a/include/wx/unix/stdpaths.h +++ b/include/wx/unix/stdpaths.h @@ -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; };