Fix extra semicolon warnings
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
);
|
||||
|
||||
// Destructor.
|
||||
~MyResizableListCtrl(){};
|
||||
~MyResizableListCtrl(){}
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user