aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Lazy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/Lazy.h')
-rw-r--r--Eigen/src/Core/Lazy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/Lazy.h b/Eigen/src/Core/Lazy.h
index aacc61695..0c65cdeba 100644
--- a/Eigen/src/Core/Lazy.h
+++ b/Eigen/src/Core/Lazy.h
@@ -73,7 +73,7 @@ template<typename ExpressionType> class Lazy
}
protected:
- const typename ExpressionType::XprCopy m_expression;
+ const typename ExpressionType::Nested m_expression;
};
/** \returns an expression of the lazy version of *this.