diff --git a/Eigen/src/Core/CoreEvaluators.h b/Eigen/src/Core/CoreEvaluators.h index faf5aedb5..ef900e236 100644 --- a/Eigen/src/Core/CoreEvaluators.h +++ b/Eigen/src/Core/CoreEvaluators.h @@ -839,8 +839,8 @@ struct evaluator > protected: typename evaluator::nestedType m_argImpl; - const variable_if_dynamic m_rows; - const variable_if_dynamic m_cols; + const variable_if_dynamic m_rows; + const variable_if_dynamic m_cols; };