mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-27 08:36:10 +01:00
Type aliases for some uses of ComponentInterfaceSymbol...
... to be replaced later with distinct types Also changing FamilyId => Family in function names Also NumericFormatId => NumericFormatSymbol
This commit is contained in:
@@ -55,7 +55,7 @@ enum {
|
||||
nTypes
|
||||
};
|
||||
|
||||
static const ComponentInterfaceSymbol kTypes[nTypes] =
|
||||
static const EnumValueSymbol kTypes[nTypes] =
|
||||
{
|
||||
{ XO("Commands") },
|
||||
//{ wxT("CommandsPlus"), XO("Commands Plus") },
|
||||
@@ -75,7 +75,7 @@ enum {
|
||||
nFormats
|
||||
};
|
||||
|
||||
static const ComponentInterfaceSymbol kFormats[nFormats] =
|
||||
static const EnumValueSymbol kFormats[nFormats] =
|
||||
{
|
||||
// These are acceptable dual purpose internal/visible names
|
||||
|
||||
|
||||
Reference in New Issue
Block a user