compilation fix

This commit is contained in:
Gael Guennebaud 2010-10-14 10:19:55 +02:00
parent bcb9068268
commit 47197065da

View File

@ -37,6 +37,7 @@
// generic version for dense matrix and expressions
template<typename Derived> class DenseBase<Derived>::InnerIterator
{
protected:
typedef typename Derived::Scalar Scalar;
typedef typename Derived::Index Index;