mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 09:33:34 +02:00
CommandManager, MenuManager don't use Lyrics.h, MixerBoard.h ...
... instead define new base classes in src/commands that those other windows can inherit. The classes have nothing but a virtual destructor. This lets CommandManager use dynamic_cast to detect the special windows. See commitscbfde23
and68e4bf6
which added the #include directives
This commit is contained in:
@@ -266,6 +266,7 @@ src/commands/CommandHandler.cpp
|
||||
src/commands/CommandHandler.h
|
||||
src/commands/CommandManager.cpp
|
||||
src/commands/CommandManager.h
|
||||
src/commands/CommandManagerWindowClasses.h
|
||||
src/commands/CommandMisc.h
|
||||
src/commands/CommandSignature.cpp
|
||||
src/commands/CommandSignature.h
|
||||
|
Reference in New Issue
Block a user