don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Nov 2008 21:51:51 +0000 (21:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Nov 2008 21:51:51 +0000 (21:51 +0000)
commit8acad210fa179e699cfbb095d24b23b3fbf38dbc
treecf397c9777b742e83884b01ddc4fb340c3067c9f
parent24973882e449c869a36ae2a9ddf013bdb52f885f
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@57047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/grid.h
interface/wx/grid.h