From 47bfacd27f095f9af6ec3a7daa401e6fefe35a5e Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 5 Sep 2013 06:32:50 +0000 Subject: [PATCH] Fix warning git-svn-id: https://svn.dealii.org/trunk@30607 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/hp/dof_level.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.39.5