From: kronbichler Date: Mon, 5 Aug 2013 16:30:45 +0000 (+0000) Subject: Fix compilation warning X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9696390e2ee6dfe032cff8ed414efda2d5a81f;p=dealii-svn.git Fix compilation warning git-svn-id: https://svn.dealii.org/trunk@30224 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/numerics/data_out.inst.in b/deal.II/source/numerics/data_out.inst.in index 87d0fd95c5..aa157920a1 100644 --- a/deal.II/source/numerics/data_out.inst.in +++ b/deal.II/source/numerics/data_out.inst.in @@ -363,8 +363,8 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : DIMENSIONS) namespace internal \{ namespace DataOut \{ #if deal_II_dimension <= deal_II_space_dimension - template class ParallelDataBase; - template class ParallelData; + template struct ParallelDataBase; + template struct ParallelData; #endif \} \}