projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
in debug mode when clicking with the middle mouse button draw borders around all...
[wxWidgets.git]
/
include
/
wx
/
unix
/
stdpaths.h
diff --git
a/include/wx/unix/stdpaths.h
b/include/wx/unix/stdpaths.h
index f5301dbbffbe68685827e18c3a0d44b23d540525..0692bfaec17809a4cc678c3d8a9d3730a1235701 100644
(file)
--- a/
include/wx/unix/stdpaths.h
+++ b/
include/wx/unix/stdpaths.h
@@
-47,6
+47,9
@@
public:
virtual wxString GetPluginsDir() const;
virtual wxString GetLocalizedResourcesDir(const wxString& lang,
ResourceCat category) const;
+#ifndef __VMS
+ virtual wxString GetDocumentsDir() const;
+#endif
private:
wxString m_prefix;