1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 15:50:05 +02: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:
Paul Licameli 2019-01-11 11:52:41 -05:00
parent 577b70ddb6
commit 875f38cfa5

View File

@ -70,7 +70,7 @@ private:
public:
DECLARE_CLASS(EditToolBar)
DECLARE_CLASS(ScrubbingToolBar)
DECLARE_EVENT_TABLE()
};