mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Each command class registers itself
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "../Audacity.h"
|
||||
#include "SetEnvelopeCommand.h"
|
||||
|
||||
#include "LoadCommands.h"
|
||||
#include "../WaveClip.h"
|
||||
#include "../WaveTrack.h"
|
||||
#include "../Envelope.h"
|
||||
@@ -28,6 +29,9 @@
|
||||
const ComponentInterfaceSymbol SetEnvelopeCommand::Symbol
|
||||
{ XO("Set Envelope") };
|
||||
|
||||
namespace{ BuiltinCommandsModule::Registration< SetEnvelopeCommand > reg; }
|
||||
|
||||
|
||||
SetEnvelopeCommand::SetEnvelopeCommand()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user