X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3103e8a97e834e9793f0eb149aa82a99fd64ef9a..27d79a5027bee4f46e57c813d072422065cb1592:/include/wx/os2/stdpaths.h diff --git a/include/wx/os2/stdpaths.h b/include/wx/os2/stdpaths.h index 7fb7fcf7fc..571ca38b99 100644 --- a/include/wx/os2/stdpaths.h +++ b/include/wx/os2/stdpaths.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: wx/msw/stdpaths.h +// Name: wx/os2/stdpaths.h // Purpose: wxStandardPaths for OS/2 // Author: Stefan Neis // Modified by: @@ -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; };