Minor fixes to wxDataViewCtrl::HitTest() in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 25 Jan 2012 00:05:03 +0000 (00:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 25 Jan 2012 00:05:03 +0000 (00:05 +0000)
commit7e98c451df78e4c4513f377ff3acb9a0eb27e196
treed51f77aeaea78fa6a5e51d16467e1d05de0b46c3
parentd4473a9b58ee60897af3680f4870ca70e1c2d603
Minor fixes to wxDataViewCtrl::HitTest() in wxGTK.

Initialize the return parameters with invalid values and use const_cast<>.

See #12582.

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