mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-13 14:16:00 -04:00
doh
This commit is contained in:
parent
3629a21123
commit
8895edd174
@ -322,8 +322,8 @@ void ValueArg<T>::_extractValue( const string& val )
|
|||||||
template<>
|
template<>
|
||||||
void ValueArg<string>::_extractValue( const string& val )
|
void ValueArg<string>::_extractValue( const string& val )
|
||||||
{
|
{
|
||||||
_checkAllowed( val );
|
|
||||||
_value = val;
|
_value = val;
|
||||||
|
_checkAllowed( val );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user