mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -306,7 +306,7 @@ public:
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = 0,
|
||||
const wxString& name = wxT("canvas"));
|
||||
~wxPreviewCanvas();
|
||||
virtual ~wxPreviewCanvas();
|
||||
|
||||
void OnPaint(wxPaintEvent& event);
|
||||
void OnChar(wxKeyEvent &event);
|
||||
@@ -340,7 +340,7 @@ public:
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxDEFAULT_FRAME_STYLE,
|
||||
const wxString& name = wxT("frame"));
|
||||
~wxPreviewFrame();
|
||||
virtual ~wxPreviewFrame();
|
||||
|
||||
void OnCloseWindow(wxCloseEvent& event);
|
||||
virtual void Initialize();
|
||||
@@ -401,7 +401,7 @@ public:
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxTAB_TRAVERSAL,
|
||||
const wxString& name = wxT("panel"));
|
||||
~wxPreviewControlBar();
|
||||
virtual ~wxPreviewControlBar();
|
||||
|
||||
virtual void CreateButtons();
|
||||
virtual void SetZoomControl(int zoom);
|
||||
|
Reference in New Issue
Block a user