X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..661698e54f2bc599dc1a961ffbae08ccdd6b9b97:/include/wx/os2/stdpaths.h diff --git a/include/wx/os2/stdpaths.h b/include/wx/os2/stdpaths.h index 72ae2ea183..571ca38b99 100644 --- a/include/wx/os2/stdpaths.h +++ b/include/wx/os2/stdpaths.h @@ -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; };