Return non-const pointer from wxDataViewRendererBase::GetView().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 15:31:36 +0000 (15:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 15:31:36 +0000 (15:31 +0000)
commitdbab29b92575ae27e163a281315f45a11d3b74b1
treee2958bede933389bf769c07af44bb5036669923b
parent60d10101b75097137a1bb7966fe381d2a90f2aa8
Return non-const pointer from wxDataViewRendererBase::GetView().

Non-const wxWindow pointers are unfortunately needed quite often in wx API so
return a non-const pointer here to allow using it with e.g. wxRendererNative
(whose methods all take non-const wxWindow pointers) in the derived classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dvrenderers.h
src/common/datavcmn.cpp