This commit is contained in:
mes5k 2004-07-04 02:56:41 +00:00
parent 3629a21123
commit 8895edd174

View File

@ -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 );
} }
/** /**