mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-10 22:55:56 +01:00
travis
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user