From: Martin Kronbichler Date: Thu, 5 Sep 2013 06:32:50 +0000 (+0000) Subject: Fix warning X-Git-Tag: v8.1.0~878 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c29ba78b8fc31d630a54877f620d37cb6a3cc5;p=dealii.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; };