Fix harmless warning in wxOSX with 10.7 SDK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Dec 2011 23:59:33 +0000 (23:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Dec 2011 23:59:33 +0000 (23:59 +0000)
commitb4bdde879baff078cdbb85a6e9ad8ae5a84c14d1
treebeaff3494cf36396f244e7e78bf717428aa77d05
parent1677253b36065db2d6639ecc00e8b056b00b1ad2
Fix harmless warning in wxOSX with 10.7 SDK.

Use NSInteger instead of int in a declaration to avoid warnings about
declaration mismatch from g++ 4.2 under OS X 10.7.

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