X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ce52f3d4eb9e5f915b9f48a8185431edb14c647..661698e54f2bc599dc1a961ffbae08ccdd6b9b97:/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; };