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