--- trunk/src/selection/SelectionEvaluator.cpp 2005/02/15 17:49:58 350 +++ trunk/src/selection/SelectionEvaluator.cpp 2005/02/15 19:36:07 351 @@ -300,7 +300,7 @@ void SelectionEvaluator::define() { std::string variable = boost::any_cast(statement[1].value); - variables.insert(std::make_pair(variable, expression(statement, 2))); + variables.insert(VariablesType::value_type(variable, expression(statement, 2))); }