remove extra semicolon;

This commit is contained in:
Benoit Jacob 2010-06-14 09:06:27 -04:00
parent d788627b54
commit 2d65f5d3cd

View File

@ -33,7 +33,7 @@ template<typename MatrixType>
class SparseView : public SparseMatrixBase<SparseView<MatrixType> >
{
public:
EIGEN_SPARSE_PUBLIC_INTERFACE(SparseView);
EIGEN_SPARSE_PUBLIC_INTERFACE(SparseView)
SparseView(const MatrixType& mat, const Scalar m_reference = Scalar(0),
typename NumTraits<Scalar>::Real m_epsilon = NumTraits<Scalar>::dummy_precision()) :