Fix typo in Inverse.h

This commit is contained in:
Jitse Niesen 2014-04-15 22:51:46 +01:00
parent 59f5f155c2
commit b30706bd5c

View File

@ -63,7 +63,7 @@ public:
EIGEN_DEVICE_FUNC const XprTypeNestedCleaned& nestedExpression() const { return m_xpr; }
protected:
XprTypeNested &m_xpr;
XprTypeNested m_xpr;
};
/** \internal