aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Minor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Minor.h')
-rw-r--r--src/Core/Minor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/Minor.h b/src/Core/Minor.h
index 95d52f293..bc9025d3a 100644
--- a/src/Core/Minor.h
+++ b/src/Core/Minor.h
@@ -54,7 +54,7 @@ template<typename MatrixType> class Minor
private:
Minor& _ref() { return *this; }
- const Minor& _constRef() const { return *this; }
+ const Minor& _ref() const { return *this; }
int _rows() const { return m_matrix.rows() - 1; }
int _cols() const { return m_matrix.cols() - 1; }