aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Sparse/SparseView.h')
-rw-r--r--Eigen/src/Sparse/SparseView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Sparse/SparseView.h b/Eigen/src/Sparse/SparseView.h
index 32678b9ec..3ee9b0024 100644
--- a/Eigen/src/Sparse/SparseView.h
+++ b/Eigen/src/Sparse/SparseView.h
@@ -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()) :