X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b147f2e19c90ea74a4f96260ef8954a9bfbe2f1..3cfde7c049bddf6fd3b4c2e35a6b8ecdcdc1d74f:/src/os2/stdpaths.cpp diff --git a/src/os2/stdpaths.cpp b/src/os2/stdpaths.cpp index 98cf196f24..f7ba58488b 100644 --- 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(this); self->m_prefix = _T("/usr/local"); }