Fix extra semicolon warnings
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
MyTreeCtrl(wxWindow *parent, const wxWindowID id,
|
||||
const wxPoint& pos, const wxSize& size,
|
||||
long style);
|
||||
virtual ~MyTreeCtrl(){};
|
||||
virtual ~MyTreeCtrl(){}
|
||||
|
||||
void OnBeginDrag(wxTreeEvent& event);
|
||||
void OnBeginRDrag(wxTreeEvent& event);
|
||||
|
Reference in New Issue
Block a user