X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac7ad70d4c6d7db2ab9e01a4662611f2a706b6fe..4ec2eca1e8c2829b34bfc95a10cc3c6ab4798314:/include/wx/unix/stdpaths.h diff --git a/include/wx/unix/stdpaths.h b/include/wx/unix/stdpaths.h index ed37b43ae4..0d63f1a4ce 100644 --- a/include/wx/unix/stdpaths.h +++ b/include/wx/unix/stdpaths.h @@ -45,8 +45,16 @@ public: virtual wxString GetLocalDataDir() const; virtual wxString GetUserDataDir() const; virtual wxString GetPluginsDir() const; - virtual wxString GetLocalizedResourcesDir(const wxChar *lang, + virtual wxString GetLocalizedResourcesDir(const wxString& lang, ResourceCat category) const; +#ifndef __VMS + 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;