From: bangerth Date: Mon, 23 Feb 2009 03:07:39 +0000 (+0000) Subject: Fix number of template arguments of a friend class. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=787f276049c54b338e0389496de051edd8afe8c3;p=dealii-svn.git Fix number of template arguments of a friend class. git-svn-id: https://svn.dealii.org/trunk@18407 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; }; /**