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
This commit is contained in:
parent
b1b054dad6
commit
e669d97ae5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user