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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user