From 98db6f87cd9791b0c64b5ea70a7b263bfa8a1d1e Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 21 Aug 2011 04:26:41 +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@24161 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/time_dependent.inst.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/source/numerics/time_dependent.inst.in b/deal.II/source/numerics/time_dependent.inst.in index bb159429db..734bab432e 100644 --- a/deal.II/source/numerics/time_dependent.inst.in +++ b/deal.II/source/numerics/time_dependent.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -16,8 +16,8 @@ for (deal_II_dimension : DIMENSIONS) template class TimeStepBase_Tria; namespace TimeStepBase_Tria_Flags \{ - template class Flags; - template class RefinementFlags; - template class RefinementData; + template struct Flags; + template struct RefinementFlags; + template struct RefinementData; \} } -- 2.39.5