diff --git a/Eigen/src/Core/Inverse.h b/Eigen/src/Core/Inverse.h index 2df36dbd5..1d167867f 100644 --- a/Eigen/src/Core/Inverse.h +++ b/Eigen/src/Core/Inverse.h @@ -109,8 +109,8 @@ struct unary_evaluator > typedef typename InverseType::PlainObject PlainObject; typedef typename evaluator::type Base; - typedef evaluator type; - typedef evaluator nestedType; + typedef evaluator type; + typedef evaluator nestedType; enum { Flags = Base::Flags | EvalBeforeNestingBit };