1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00
This commit is contained in:
Paul Licameli 2016-02-24 13:52:21 -05:00
parent c730622ca6
commit 09b4dfc5a2

View File

@ -237,7 +237,7 @@ protected:
{ {
LongestValueType value; LongestValueType value;
return BaseValidator::FromString(s, &value) ? NormalizeValue(value) return BaseValidator::FromString(s, &value) ? NormalizeValue(value)
: wxEmptyString; : wxString();
} }
private: private: