From: Wolfgang Bangerth Date: Fri, 3 Dec 2021 23:52:08 +0000 (-0700) Subject: Make MS VC happy by being consistent with class vs struct. X-Git-Tag: v9.4.0-rc1~770^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34d1275aa07530a5661e96248674bcfb4bb7b03c;p=dealii.git Make MS VC happy by being consistent with class vs struct. --- diff --git a/source/numerics/data_postprocessor.inst.in b/source/numerics/data_postprocessor.inst.in index 528475a017..55dbded5e1 100644 --- a/source/numerics/data_postprocessor.inst.in +++ b/source/numerics/data_postprocessor.inst.in @@ -18,7 +18,7 @@ for (deal_II_dimension : DIMENSIONS) { namespace DataPostprocessorInputs \{ - template class CommonInputs; + template struct CommonInputs; \} template class DataPostprocessor; template class DataPostprocessorScalar;