don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 1 Dec 2008 00:13:21 +0000 (00:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 1 Dec 2008 00:13:21 +0000 (00:13 +0000)
commit84c144785b5fe417a8eb378d0c8dd1d4b27cd9cb
treee5c5ea4433e6adbfe13a9ec322e19cab8140ddec
parent8acad210fa179e699cfbb095d24b23b3fbf38dbc
don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point to force all derived table classes to implement it when it has a default implementation which works just fine in 99% of cases

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