projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxBU_NOTEXT style to allow creating bitmap buttons with stock id not showing...
[wxWidgets.git]
/
src
/
os2
/
stdpaths.cpp
diff --git
a/src/os2/stdpaths.cpp
b/src/os2/stdpaths.cpp
index 98cf196f241f3a38be6c21fb88bd75aefe24cb92..f7ba58488bb956b6a117a3908f8182f81738acda 100644
(file)
--- a/
src/os2/stdpaths.cpp
+++ b/
src/os2/stdpaths.cpp
@@
-54,7
+54,7
@@
wxString wxStandardPaths::GetInstallPrefix() const
{
if ( m_prefix.empty() )
{
- wxStandardPaths *self =
wx_const_cast(wxStandardPaths *,
this);
+ wxStandardPaths *self =
const_cast<wxStandardPaths *>(
this);
self->m_prefix = _T("/usr/local");
}