mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-28 08:13:54 +01:00
Remove unnecessary semicolons
This commit is contained in:
@@ -51,7 +51,7 @@ class DevicePrefs final : public PrefsPanel
|
||||
wxChoice *mRecord;
|
||||
wxChoice *mChannels;
|
||||
|
||||
DECLARE_EVENT_TABLE();
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
class DevicePrefsFactory final : public PrefsPanelFactory
|
||||
|
||||
Reference in New Issue
Block a user