]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Add support for wxFONTENCODING_MACKEYBOARD.
[wxWidgets.git] / include / wx / string.h
index 0462f4f2e851ef67bd1e67fa4876a0582f75e4fe..ac8c35b8bfcf497c105188b4e6503bfc9dc4f757 100644 (file)
@@ -3010,7 +3010,7 @@ inline wxCStrData::wxCStrData(const wxCStrData& data)
 inline wxCStrData::~wxCStrData()
 {
     if ( m_owned )
-        delete m_str;
+        delete wx_const_cast(wxString*, m_str); // cast to silence warnings
 }
 
 // simple cases for AsChar() and AsWChar(), the complicated ones are