1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-18 12:10:40 +02:00

EnumValueSymbols for scale names

This commit is contained in:
Paul Licameli
2020-02-03 14:48:17 -05:00
parent d213179767
commit 127eb56d4e
10 changed files with 20 additions and 10 deletions

View File

@@ -269,6 +269,11 @@ TranslatableStrings Msgids(
);
}
TranslatableStrings Msgids( const std::vector<EnumValueSymbol> &strings )
{
return Msgids( strings.data(), strings.size() );
}
// Find a better place for this?
#include "audacity/Types.h"
Identifier::Identifier(