mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 04:01:54 +01:00
A few more uses of type alias EnumValueSymbol where more proper
This commit is contained in:
@@ -397,7 +397,7 @@ wxString EnumSetting::Read() const
|
||||
size_t EnumSetting::Find( const wxString &value ) const
|
||||
{
|
||||
return size_t(
|
||||
std::find( begin(), end(), ComponentInterfaceSymbol{ value, {} } )
|
||||
std::find( begin(), end(), EnumValueSymbol{ value, {} } )
|
||||
- mSymbols );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user