Suppress warnings about NSText not responding to setAllowsUndo.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:52:21 +0000 (23:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:52:21 +0000 (23:52 +0000)
commit529f35ff374419c531f6581377495ee82447c780
tree5626ae573fce95eac2e0106e559350c51d7ce214
parent5c299305d49c2165e7fee21945e3078b685196c0
Suppress warnings about NSText not responding to setAllowsUndo.

Cast NSText to NSTextView when sending this message to it. Hopefully it
doesn't change the run-time behaviour but just fixes several lines of warnings
that were given without this cast.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/cocoa/textctrl.mm