From: Wolfgang Bangerth Date: Wed, 28 Jun 2017 01:17:30 +0000 (-0600) Subject: Make a class a friend. X-Git-Tag: v9.0.0-rc1~1452^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0126a3a91e0689906f77b51111e5a86760f5bd5f;p=dealii.git Make a class a friend. --- diff --git a/include/deal.II/hp/dof_handler.h b/include/deal.II/hp/dof_handler.h index 679b2ee7f8..3ab91b2bc3 100644 --- a/include/deal.II/hp/dof_handler.h +++ b/include/deal.II/hp/dof_handler.h @@ -910,6 +910,7 @@ namespace hp */ template friend class dealii::internal::hp::DoFIndicesOnFacesOrEdges; friend struct dealii::internal::hp::DoFHandler::Implementation; + friend struct dealii::internal::DoFHandler::Policy::Implementation; };