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