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