aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal/RowAndCol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/RowAndCol.h')
-rw-r--r--src/internal/RowAndCol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/RowAndCol.h b/src/internal/RowAndCol.h
index c8e9eb46d..b99d70766 100644
--- a/src/internal/RowAndCol.h
+++ b/src/internal/RowAndCol.h
@@ -55,7 +55,7 @@ template<typename MatrixType> class MatrixRow
return EigenBase<Scalar, MatrixRow<MatrixType> >::operator=(other);
}
- INHERIT_ASSIGNMENT_OPERATORS(MatrixRow)
+ EIGEN_INHERIT_ASSIGNMENT_OPERATORS(MatrixRow)
private:
const Ref& _ref() const { return *this; }
@@ -103,7 +103,7 @@ template<typename MatrixType> class MatrixCol
MatrixCol(const MatrixCol& other)
: m_matrix(other.m_matrix), m_col(other.m_col) {}
- INHERIT_ASSIGNMENT_OPERATORS(MatrixCol)
+ EIGEN_INHERIT_ASSIGNMENT_OPERATORS(MatrixCol)
private:
const Ref& _ref() const { return *this; }