1
0
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:
Paul Licameli 2019-11-27 22:02:39 -05:00
parent e4e6e0a03a
commit 08a9e7246f

View File

@ -38,7 +38,7 @@ enum kNormalizeTargets
nAlgos
};
static const ComponentInterfaceSymbol kNormalizeTargetStrings[nAlgos] =
static const EnumValueSymbol kNormalizeTargetStrings[nAlgos] =
{
{ XO("perceived loudness") },
{ XO("RMS") }