From: wolf Date: Tue, 18 Feb 2003 00:46:43 +0000 (+0000) Subject: Satisfy unhappy compiler. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a3b7b3d60885b3877a93e9a6d0513c8b8599cc1;p=dealii-svn.git Satisfy unhappy compiler. git-svn-id: https://svn.dealii.org/trunk@7138 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.templates.h b/deal.II/lac/include/lac/sparse_matrix_ez.templates.h index dbfa1d4e00..954ee45a17 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.templates.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.templates.h @@ -30,7 +30,9 @@ SparseMatrixEZ::SparseMatrixEZ() template -SparseMatrixEZ::SparseMatrixEZ(const SparseMatrixEZ&) +SparseMatrixEZ::SparseMatrixEZ(const SparseMatrixEZ &m) + : + Subscriptor (m) { Assert(false, ExcNotImplemented()); }