mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
Correct mistake in DECLARE_CLASS macro...
... though it didn't really matter: the macro argument is in fact unused
This commit is contained in:
@@ -70,7 +70,7 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
DECLARE_CLASS(EditToolBar)
|
||||
DECLARE_CLASS(ScrubbingToolBar)
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user