* fix compilation with gcc 3.4

* add an option to disable Qt testing
This commit is contained in:
Gael Guennebaud
2009-01-23 09:50:16 +00:00
parent 291ee89684
commit d3dcb04f2d
6 changed files with 50 additions and 41 deletions

View File

@@ -231,7 +231,7 @@ class DynamicSparseMatrix
}
inline DynamicSparseMatrix(const DynamicSparseMatrix& other)
: m_innerSize(0)
: Base(), m_innerSize(0)
{
*this = other.derived();
}