From: Wolfgang Bangerth Date: Wed, 3 May 2006 19:49:13 +0000 (+0000) Subject: Use correct declaration for friend class. X-Git-Tag: v8.0.0~11782 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7329743401e957c072847ac8cdd473583a118914;p=dealii.git Use correct declaration for friend class. git-svn-id: https://svn.dealii.org/trunk@13025 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/hp_dof_handler.h b/deal.II/deal.II/include/dofs/hp_dof_handler.h index 5a87c03894..52996f93e7 100644 --- a/deal.II/deal.II/include/dofs/hp_dof_handler.h +++ b/deal.II/deal.II/include/dofs/hp_dof_handler.h @@ -1144,7 +1144,7 @@ namespace hp /** * Make accessor objects friends. */ - template friend class ::DoFAccessor; + template friend class ::DoFAccessor; /** * Make accessor objects friends.