--- trunk/src/math/Polynomial.hpp 2006/01/30 22:25:27 876 +++ trunk/src/math/Polynomial.hpp 2006/02/01 17:26:43 877 @@ -204,6 +204,7 @@ namespace oopse { for (i = p.begin(); i != p.end(); ++i) { this->addCoefficient(i->first, -i->second); } + return *this; } PolynomialType& operator *= (const PolynomialType& p) {