aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/misc/Solve.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/misc/Solve.h')
-rw-r--r--Eigen/src/misc/Solve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/misc/Solve.h b/Eigen/src/misc/Solve.h
index b7cbcadb3..496d06370 100644
--- a/Eigen/src/misc/Solve.h
+++ b/Eigen/src/misc/Solve.h
@@ -66,7 +66,7 @@ template<typename _DecompositionType, typename Rhs> struct solve_retval_base
protected:
const DecompositionType& m_dec;
- const typename Rhs::Nested m_rhs;
+ typename Rhs::Nested m_rhs;
};
} // end namespace internal