Fix extra semicolon warnings
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
PreferencesDialog( wxWindow* parent );
|
||||
|
||||
// Destructor.
|
||||
~PreferencesDialog(){};
|
||||
~PreferencesDialog(){}
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user