From: wolf Date: Mon, 29 Mar 2004 22:58:39 +0000 (+0000) Subject: Make all accessors friends. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdde42df23c687376490a8f733bafb9348c764bc;p=dealii-svn.git Make all accessors friends. git-svn-id: https://svn.dealii.org/trunk@8910 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index e77a1e2123..47c40dfb84 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -184,7 +184,7 @@ namespace internals * friend so as to allow it to * generate objects of this type. */ - friend class Accessor; + template friend class Accessor; }; public: