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:
parent
0f54a3be55
commit
68ebe5a07f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user