making conversion explicit silences deprecation warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2011-03-16 06:57:03 +00:00
parent 0f54a3be55
commit 68ebe5a07f

View File

@ -1266,7 +1266,7 @@ void wxWidgetCocoaImpl::controlTextDidChange()
#else
#define wxOSX_CLASS_ADD_METHOD( c, s, i, t ) \
{ s, t, i },
{ s, (char*) t, i },
#endif