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:
@@ -87,7 +87,6 @@ class ToggleWidgetsPage : public WidgetsPage
|
||||
{
|
||||
public:
|
||||
ToggleWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
|
||||
virtual ~ToggleWidgetsPage(){};
|
||||
|
||||
virtual wxWindow *GetWidget() const wxOVERRIDE { return m_toggle; }
|
||||
virtual void RecreateWidget() wxOVERRIDE { CreateToggle(); }
|
||||
|
Reference in New Issue
Block a user