mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Use the proper type alias for ComponentInterfaceSymbol
This commit is contained in:
parent
e4e6e0a03a
commit
08a9e7246f
@ -38,7 +38,7 @@ enum kNormalizeTargets
|
||||
nAlgos
|
||||
};
|
||||
|
||||
static const ComponentInterfaceSymbol kNormalizeTargetStrings[nAlgos] =
|
||||
static const EnumValueSymbol kNormalizeTargetStrings[nAlgos] =
|
||||
{
|
||||
{ XO("perceived loudness") },
|
||||
{ XO("RMS") }
|
||||
|
Loading…
x
Reference in New Issue
Block a user