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:
@@ -22,6 +22,7 @@ small calculations of rectangles.
|
||||
|
||||
#include <mutex>
|
||||
|
||||
#include "LoadCommands.h"
|
||||
#include "../Project.h"
|
||||
#include <wx/toplevel.h>
|
||||
#include <wx/dcscreen.h>
|
||||
@@ -47,6 +48,8 @@ small calculations of rectangles.
|
||||
const ComponentInterfaceSymbol ScreenshotCommand::Symbol
|
||||
{ XO("Screenshot") };
|
||||
|
||||
namespace{ BuiltinCommandsModule::Registration< ScreenshotCommand > reg; }
|
||||
|
||||
|
||||
static const EnumValueSymbol
|
||||
kCaptureWhatStrings[ ScreenshotCommand::nCaptureWhats ] =
|
||||
|
||||
Reference in New Issue
Block a user