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