From: kronbichler Date: Thu, 5 Sep 2013 06:32:50 +0000 (+0000) Subject: Fix warning X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47bfacd27f095f9af6ec3a7daa401e6fefe35a5e;p=dealii-svn.git Fix warning git-svn-id: https://svn.dealii.org/trunk@30607 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/hp/dof_level.h b/deal.II/include/deal.II/hp/dof_level.h index 21681be083..343d81eb09 100644 --- a/deal.II/include/deal.II/hp/dof_level.h +++ b/deal.II/include/deal.II/hp/dof_level.h @@ -194,7 +194,7 @@ namespace internal * is the class that needs to create these data structures. */ template friend class dealii::hp::DoFHandler; - friend class dealii::internal::hp::DoFHandler::Implementation; + friend struct dealii::internal::hp::DoFHandler::Implementation; };