]> git.saurik.com Git - wxWidgets.git/commit
Make wxDataViewModel::GetAttr() and GetAttrByRow() const.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 21:42:04 +0000 (21:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 21:42:04 +0000 (21:42 +0000)
commit7fadac88725f90e0bfb6960e9fa00b75a625968c
treed88d81f0d7705f849e11a43fe7e24bef6f49023a
parent2feacb6eb30247634085f45c0a69014ef89772e9
Make wxDataViewModel::GetAttr() and GetAttrByRow() const.

This is an incompatible change but having to use a non-const model pointer to
call a clearly logically const version was simply too ugly so change it while
we still can.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/dataview.h
interface/wx/dataview.h
samples/dataview/mymodels.cpp
samples/dataview/mymodels.h