From: bangerth Date: Mon, 12 Dec 2011 19:47:05 +0000 (+0000) Subject: Use a forward declaration followed by a friend declaration rather than X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0e18ac8c2da6df4a7530dd7488f1ed5e202e8d;p=dealii-svn.git Use a forward declaration followed by a friend declaration rather than relying on name injection. git-svn-id: https://svn.dealii.org/trunk@24823 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/sparse_matrix.h b/deal.II/include/deal.II/lac/sparse_matrix.h index 46274071b9..f6e3695dde 100644 --- a/deal.II/include/deal.II/lac/sparse_matrix.h +++ b/deal.II/include/deal.II/lac/sparse_matrix.h @@ -25,7 +25,7 @@ DEAL_II_NAMESPACE_OPEN template class Vector; template class FullMatrix; template class BlockMatrixBase; - +template class SparseILU; /*! @addtogroup Matrix1 *@{