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