added wxMOTIF_STR() macro casting away string literal constness for use with Motif...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Sep 2005 16:49:07 +0000 (16:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Sep 2005 16:49:07 +0000 (16:49 +0000)
commitf1db433a3bcaa0c1c8a6a149eafa5e1f0f47cb71
tree624d78c89ce87dd53f8345c3eaafdf9dfb50c1ee
parent3f62badb5f6c8b08d1cfdaf330d86f2d0eddeba7
added wxMOTIF_STR() macro casting away string literal constness for use with Motif functions taking char *; use it when needed to suppress warnings about string literals being treated as non-const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/motif/private.h
src/motif/app.cpp
src/motif/choice.cpp
src/motif/filedlg.cpp
src/motif/menu.cpp
src/motif/utils.cpp
src/motif/window.cpp