mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02:00
Remove unnecessary semicolons
This commit is contained in:
@@ -171,8 +171,8 @@ class ControlToolBar final : public ToolBar {
|
||||
|
||||
public:
|
||||
|
||||
DECLARE_CLASS(ControlToolBar);
|
||||
DECLARE_EVENT_TABLE();
|
||||
DECLARE_CLASS(ControlToolBar)
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user