mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 19:21:59 +01:00
Each command class registers itself
This commit is contained in:
@@ -23,6 +23,7 @@ This class now lists
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "GetInfoCommand.h"
|
||||
|
||||
#include "LoadCommands.h"
|
||||
#include "../Project.h"
|
||||
#include "CommandManager.h"
|
||||
#include "CommandTargets.h"
|
||||
@@ -53,6 +54,7 @@ This class now lists
|
||||
const ComponentInterfaceSymbol GetInfoCommand::Symbol
|
||||
{ XO("Get Info") };
|
||||
|
||||
namespace{ BuiltinCommandsModule::Registration< GetInfoCommand > reg; }
|
||||
enum {
|
||||
kCommands,
|
||||
//kCommandsPlus,
|
||||
|
||||
Reference in New Issue
Block a user