aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixRef.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/MatrixRef.h')
-rw-r--r--Eigen/src/Core/MatrixRef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/MatrixRef.h b/Eigen/src/Core/MatrixRef.h
index 0d0f13f1c..2a5a1a514 100644
--- a/Eigen/src/Core/MatrixRef.h
+++ b/Eigen/src/Core/MatrixRef.h
@@ -42,7 +42,7 @@ template<typename MatrixType> class MatrixRef
{
public:
- EIGEN_BASIC_PUBLIC_INTERFACE(MatrixRef)
+ EIGEN_GENERIC_PUBLIC_INTERFACE(MatrixRef)
MatrixRef(const MatrixType& matrix) : m_matrix(matrix) {}
~MatrixRef() {}