mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-04 13:27:39 +02: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:
@@ -39,7 +39,7 @@ enum kInterpolations
|
||||
nInterpolations
|
||||
};
|
||||
|
||||
static const ComponentInterfaceSymbol kInterStrings[nInterpolations] =
|
||||
static const EnumValueSymbol kInterStrings[nInterpolations] =
|
||||
{
|
||||
// These are acceptable dual purpose internal/visible names
|
||||
{ XO("Linear") },
|
||||
@@ -55,7 +55,7 @@ enum kWaveforms
|
||||
nWaveforms
|
||||
};
|
||||
|
||||
static const ComponentInterfaceSymbol kWaveStrings[nWaveforms] =
|
||||
static const EnumValueSymbol kWaveStrings[nWaveforms] =
|
||||
{
|
||||
{ XO("Sine") },
|
||||
{ XO("Square") },
|
||||
|
||||
Reference in New Issue
Block a user