From 8895edd174bbab5033137140495910131daf7e76 Mon Sep 17 00:00:00 2001 From: mes5k Date: Sun, 4 Jul 2004 02:56:41 +0000 Subject: [PATCH] doh --- include/tclap/ValueArg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tclap/ValueArg.h b/include/tclap/ValueArg.h index 4d3499e..ddd2cef 100644 --- a/include/tclap/ValueArg.h +++ b/include/tclap/ValueArg.h @@ -322,8 +322,8 @@ void ValueArg::_extractValue( const string& val ) template<> void ValueArg::_extractValue( const string& val ) { - _checkAllowed( val ); _value = val; + _checkAllowed( val ); } /**