mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
... 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 commits cbfde23 and 68e4bf6 which added the #include directives