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:
@@ -151,7 +151,6 @@ class TextWidgetsPage : public WidgetsPage
|
||||
public:
|
||||
// ctor(s) and dtor
|
||||
TextWidgetsPage(WidgetsBookCtrl *book, wxImageList *imaglist);
|
||||
virtual ~TextWidgetsPage(){};
|
||||
|
||||
virtual wxWindow *GetWidget() const wxOVERRIDE { return m_text; }
|
||||
virtual wxTextEntryBase *GetTextEntry() const wxOVERRIDE { return m_text; }
|
||||
|
Reference in New Issue
Block a user