From: Vadim Zeitlin Date: Sun, 30 Nov 2008 21:51:51 +0000 (+0000) Subject: don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8acad210fa179e699cfbb095d24b23b3fbf38dbc?hp=8acad210fa179e699cfbb095d24b23b3fbf38dbc 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 ---