mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01: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:
@@ -301,10 +301,10 @@ wxString Internat::StripAccelerators(const wxString &s)
|
||||
}
|
||||
|
||||
wxArrayString LocalizedStrings(
|
||||
const ComponentInterfaceSymbol strings[], size_t nStrings)
|
||||
const EnumValueSymbol strings[], size_t nStrings)
|
||||
{
|
||||
return transform_range<wxArrayString>(
|
||||
strings, strings + nStrings,
|
||||
std::mem_fn( &ComponentInterfaceSymbol::Translation )
|
||||
std::mem_fn( &EnumValueSymbol::Translation )
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user