projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
return correct client area for at least the primary display, fixes the problems with...
[wxWidgets.git]
/
include
/
wx
/
unix
/
stdpaths.h
diff --git
a/include/wx/unix/stdpaths.h
b/include/wx/unix/stdpaths.h
index dee1224b061832ae74dad10abd3d012082ce6836..ed37b43ae456f73e4a449b83605a0dd10485cd78 100644
(file)
--- a/
include/wx/unix/stdpaths.h
+++ b/
include/wx/unix/stdpaths.h
@@
-38,6
+38,7
@@
public:
// implement base class pure virtuals
+ virtual wxString GetExecutablePath() const;
virtual wxString GetConfigDir() const;
virtual wxString GetUserConfigDir() const;
virtual wxString GetDataDir() const;