X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0b3b9d044746a258f93ae7c66550788d08d028e..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/unix/stdpaths.h diff --git a/include/wx/unix/stdpaths.h b/include/wx/unix/stdpaths.h index f5301dbbff..2f111992a3 100644 --- a/include/wx/unix/stdpaths.h +++ b/include/wx/unix/stdpaths.h @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-10-19 -// RCS-ID: $Id$ // Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -47,6 +46,14 @@ public: virtual wxString GetPluginsDir() const; 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;