mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
Remove unnecessary semicolons
This commit is contained in:
@@ -68,8 +68,8 @@ class MixerToolBar final : public ToolBar {
|
||||
|
||||
public:
|
||||
|
||||
DECLARE_CLASS(MixerToolBar);
|
||||
DECLARE_EVENT_TABLE();
|
||||
DECLARE_CLASS(MixerToolBar)
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user