X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/os2/stdpaths.h diff --git a/include/wx/os2/stdpaths.h b/include/wx/os2/stdpaths.h index 72ae2ea183..62d58429b8 100644 --- a/include/wx/os2/stdpaths.h +++ b/include/wx/os2/stdpaths.h @@ -4,7 +4,6 @@ // Author: Stefan Neis // Modified by: // Created: 2004-11-06 -// RCS-ID: $Id$ // Copyright: (c) 2004 Stefan Neis // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -40,6 +39,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; };