Fix wchar_t with int comparisons for Apple gcc.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 22:24:03 +0000 (22:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 22:24:03 +0000 (22:24 +0000)
commit97e07b1cd961266a83e257868eff6aae464bed02
treef8eb58387e322252eec9d1d93ede6550a04ab97c
parentc4cb46c1eb6384aa4a6b7e78f2550b4048dc4cba
Fix wchar_t with int comparisons for Apple gcc.

Apple gcc refuses to compile comparisons between wchar_t and int for some
reason, so add explicit casts to int to make it work there.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/grideditors.cpp