From fdde42df23c687376490a8f733bafb9348c764bc Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Mar 2004 22:58:39 +0000 Subject: [PATCH] Make all accessors friends. git-svn-id: https://svn.dealii.org/trunk@8910 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5