]> git.saurik.com Git - wxWidgets.git/commit
No changes, just get rid of wxDataViewColumn::GetConstGtkHandle().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Apr 2011 22:56:56 +0000 (22:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Apr 2011 22:56:56 +0000 (22:56 +0000)
commitb3a8aa924a006d80e57539bcf8f3bfdf49081c88
tree0107311fbdefdf1401834ec08232a35a05fad441
parent3dd4d0ec9e6ccfe8a9e6e892ca21a67e1fb1b225
No changes, just get rid of wxDataViewColumn::GetConstGtkHandle().

If both const and non-const accessors are needed, it's custom to use the same
name for both but in this case we don't even need them as the const version
can always be used, so simply remove the weird and badly named (because the
returned handle is not const at all) GetConstGtkHandle().

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