From: heister Date: Wed, 2 Jan 2013 23:11:02 +0000 (+0000) Subject: fix bug introduced X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b321d2e4d2d82908298066f6adae4bd81cf677;p=dealii-svn.git fix bug introduced git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27909 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_handler.h b/deal.II/include/deal.II/dofs/dof_handler.h index a26dbeb35b..972d1c1864 100644 --- a/deal.II/include/deal.II/dofs/dof_handler.h +++ b/deal.II/include/deal.II/dofs/dof_handler.h @@ -1035,8 +1035,8 @@ private: /** * Make accessor objects friends. */ - template friend class DoFAccessor; - template friend class DoFCellAccessor; + template friend class DoFAccessor; + template friend class DoFCellAccessor; friend struct dealii::internal::DoFAccessor::Implementation; friend struct dealii::internal::DoFCellAccessor::Implementation;