From 7c8cf6db23119036e51d400c45f01c1bce0c537d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 20 Aug 2011 23:48:13 +0000 Subject: [PATCH] In a forward declaration, use whether a type was actually declared as a struct or class. This makes Clang happier. git-svn-id: https://svn.dealii.org/trunk@24127 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_handler_policy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/dofs/dof_handler_policy.h b/deal.II/include/deal.II/dofs/dof_handler_policy.h index 292b2522ad..03aff97cd1 100644 --- a/deal.II/include/deal.II/dofs/dof_handler_policy.h +++ b/deal.II/include/deal.II/dofs/dof_handler_policy.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -32,7 +32,7 @@ namespace internal { namespace DoFHandler { - class NumberCache; + struct NumberCache; /** * A namespace in which we define @@ -58,7 +58,7 @@ namespace internal * Destructor. */ virtual ~PolicyBase (); - + /** * Distribute degrees of freedom on * the object given as last argument. -- 2.39.5