From 787f276049c54b338e0389496de051edd8afe8c3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Feb 2009 03:07:39 +0000 Subject: [PATCH] Fix number of template arguments of a friend class. git-svn-id: https://svn.dealii.org/trunk@18407 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/hp/dof_faces.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/hp/dof_faces.h b/deal.II/deal.II/include/hp/dof_faces.h index 8835b97f3d..72b4394271 100644 --- a/deal.II/deal.II/include/hp/dof_faces.h +++ b/deal.II/deal.II/include/hp/dof_faces.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006, 2008 by the deal.II authors +// Copyright (C) 2006, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -98,7 +98,7 @@ namespace internal */ unsigned int memory_consumption () const; - template friend class dealii::hp::DoFHandler; + template friend class dealii::hp::DoFHandler; }; /** -- 2.39.5