From: Vadim Zeitlin Date: Fri, 26 Apr 2002 22:44:12 +0000 (+0000) Subject: added a few virtual keywords for consistency (no real changes) (patch 543922) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e669d97ae512ead357044fb88a7226aceb139950 added a few virtual keywords for consistency (no real changes) (patch 543922) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index 8445e3101a..e74f117ae4 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -891,7 +891,7 @@ class WXDLLEXPORT wxGridStringTable : public wxGridTableBase public: wxGridStringTable(); wxGridStringTable( int numRows, int numCols ); - ~wxGridStringTable(); + virtual ~wxGridStringTable(); // these are pure virtual in wxGridTableBase // @@ -1011,7 +1011,7 @@ public: long style = wxWANTS_CHARS, const wxString& name = wxPanelNameStr ); - ~wxGrid(); + virtual ~wxGrid(); enum wxGridSelectionModes {wxGridSelectCells, wxGridSelectRows,