From: bangerth Date: Sun, 21 Aug 2011 04:29:02 +0000 (+0000) Subject: In a forward declaration, use whether a type was actually declared as X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00b72a42a42fbc180760921dba754dbf85ea5f6;p=dealii-svn.git 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@24162 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index 94f5364fe2..14140084e7 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -49,7 +49,7 @@ template struct IsBlockMatrix; namespace internals { - struct GlobalRowsFromLocal; + class GlobalRowsFromLocal; } @@ -163,7 +163,7 @@ class ConstraintMatrix : public Subscriptor */ right_object_wins }; - + /** * Constructor. The supplied IndexSet * defines which indices might be