diff --git a/src/TNL/Config/ParameterContainer.cpp b/src/TNL/Config/ParameterContainer.cpp index 946a1842be25ef92930586a7099b348649f5945a..1f01dfcf52b9112b65085ecf4d1aaa952b2d107a 100644 --- a/src/TNL/Config/ParameterContainer.cpp +++ b/src/TNL/Config/ParameterContainer.cpp @@ -206,7 +206,7 @@ parseCommandLine( int argc, char* argv[], std::cerr << "Internal error: Unknown config entry type " << entryType << "." << std::endl; return false; } - if( parsedEntryType[ 0 ] == "List" ) + if( parsedEntryType[ 0 ] == "Containers::List" ) { Containers::List< String >* string_list( 0 ); Containers::List< bool >* bool_list( 0 );