mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-22 16:41:18 +01:00
Remove unnecessary semicolons
This commit is contained in:
@@ -154,7 +154,7 @@ public:
|
||||
|
||||
void OnExit() {};
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(VSTSubEntry);
|
||||
DECLARE_DYNAMIC_CLASS(VSTSubEntry)
|
||||
};
|
||||
IMPLEMENT_DYNAMIC_CLASS(VSTSubEntry, wxModule);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user