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