--- trunk/src/io/ParamConstraint.hpp 2005/10/17 19:22:31 677 +++ trunk/src/io/ParamConstraint.hpp 2005/10/17 19:24:02 678 @@ -290,7 +290,7 @@ struct NotParamConstraint: public ParamConstraintFacad NotParamConstraint( ConsT cons) : cons_(cons) { std::stringstream iss; - iss << "(not" << cons1_.getConstraintDescription() << ")"; + iss << "(not" << cons_.getConstraintDescription() << ")"; this->description_ = iss.str(); }