diff --git a/Eigen/src/Cholesky/LLT.h b/Eigen/src/Cholesky/LLT.h index 871530aef..6612984ab 100644 --- a/Eigen/src/Cholesky/LLT.h +++ b/Eigen/src/Cholesky/LLT.h @@ -271,7 +271,7 @@ struct ei_solve_retval, Rhs> dec().solveInPlace(dst); } private: - ei_solve_retval_base& operator=(const ei_solve_retval_base&); + ei_solve_retval& operator=(const ei_solve_retval&); }; /** This is the \em in-place version of solve().