From 933ce452b095055e80d33c6f2d55b9eeb38a7329 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 21 Aug 2011 04:01:14 +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@24148 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vectors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/numerics/vectors.h b/deal.II/include/deal.II/numerics/vectors.h index d1de0b84c0..3f40890cff 100644 --- a/deal.II/include/deal.II/numerics/vectors.h +++ b/deal.II/include/deal.II/numerics/vectors.h @@ -28,7 +28,7 @@ DEAL_II_NAMESPACE_OPEN template class Function; -template class FunctionMap; +template struct FunctionMap; template class Quadrature; template class QGauss; -- 2.39.5