mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 14:41:14 +01:00
Redo CommandFlags as std::bitset, allow registration of values
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <wx/string.h> // member variable
|
||||
#include "Prefs.h"
|
||||
#include "ClientData.h"
|
||||
#include "commands/CommandFlag.h"
|
||||
|
||||
class wxArrayString;
|
||||
class wxCommandEvent;
|
||||
@@ -29,7 +30,6 @@ class ViewInfo;
|
||||
class WaveClip;
|
||||
class WaveTrack;
|
||||
|
||||
enum CommandFlag : unsigned long long;
|
||||
enum EffectType : int;
|
||||
|
||||
typedef wxString PluginID;
|
||||
|
||||
Reference in New Issue
Block a user