1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 16:40:07 +02:00

fix comment

This commit is contained in:
Paul Licameli 2020-03-14 00:01:24 -04:00
parent 7fd592f118
commit c001fd97f7

View File

@ -146,7 +146,7 @@ namespace Private
// variable. // variable.
// //
// The template argument B is the name of the base class which must derive from // The template argument B is the name of the base class which must derive from
// wxNumValidatorBase and define LongestValueType type and {To,As}String() // NumValidatorBase and define LongestValueType type and {To,As}String()
// methods i.e. basically be one of {Integer,Number}ValidatorBase classes. // methods i.e. basically be one of {Integer,Number}ValidatorBase classes.
// //
// The template argument T is just the type handled by the validator that will // The template argument T is just the type handled by the validator that will