1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-09 22:53:55 +01:00

Remove unnecessary semicolons

This commit is contained in:
Paul Licameli
2016-09-18 10:26:29 -04:00
parent 16e6629eca
commit 5d5edecca5
74 changed files with 145 additions and 145 deletions

View File

@@ -102,7 +102,7 @@ private:
wxCheckBox * mUseSBSMSCheckBox;
#endif
DECLARE_EVENT_TABLE();
DECLARE_EVENT_TABLE()
};
#endif // __AUDACITY_EFFECT_CHANGETEMPO__