Remove unnecessary empty dtors from the widgets sample
No real changes, just remove completely unnecessary lines and trailing semicolons after them.
This commit is contained in:
@@ -89,7 +89,6 @@ class ButtonWidgetsPage : public WidgetsPage
|
||||
{
|
||||
public:
|
||||
ButtonWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
|
||||
virtual ~ButtonWidgetsPage(){};
|
||||
|
||||
virtual wxWindow *GetWidget() const wxOVERRIDE { return m_button; }
|
||||
virtual void RecreateWidget() wxOVERRIDE { CreateButton(); }
|
||||
|
Reference in New Issue
Block a user