Remove explicit casts to (const char *), and replace it with .c_str();
authorMattia Barbon <mbarbon@cpan.org>
Fri, 14 Mar 2003 20:07:03 +0000 (20:07 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 14 Mar 2003 20:07:03 +0000 (20:07 +0000)
commitd3a80c922c7f0932f0b3985846e58ef48e3a6da7
tree7d020aeeaf7044f30e059ab715059c5ea46c1c33
parentf72199d1170bd0e00f1f1ea47899828ab49e9a62
  Remove explicit casts to (const char *), and replace it with .c_str();
use wxConstCast instead of explicit casts to char*.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
src/motif/app.cpp
src/motif/bitmap.cpp
src/motif/checkbox.cpp
src/motif/combobox.cpp
src/motif/combobox_native.cpp
src/motif/cursor.cpp
src/motif/dcclient.cpp
src/motif/dialog.cpp
src/motif/filedlg.cpp
src/motif/listbox.cpp
src/motif/menu.cpp
src/motif/radiobox.cpp
src/motif/stattext.cpp
src/motif/textctrl.cpp