From: bangerth Date: Sat, 20 Aug 2011 23:46:06 +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=7a9eab8bd2d5ebe79228d03e8cb547fa02f95a49;p=dealii-svn.git In a forward declaration, use whether a type was actually declared as a struct or class. git-svn-id: https://svn.dealii.org/trunk@24125 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/thread_management.h b/deal.II/include/deal.II/base/thread_management.h index b74443d6d2..bea0a8b680 100644 --- a/deal.II/include/deal.II/base/thread_management.h +++ b/deal.II/include/deal.II/base/thread_management.h @@ -1353,7 +1353,7 @@ namespace Threads : thread_is_active (false) {} - + /** * Start the thread and let @@ -3737,7 +3737,7 @@ namespace Threads { #if (DEAL_II_USE_MT == 1) - template class TaskDescriptor; + template struct TaskDescriptor; /**