From: Marc Fehling Date: Thu, 27 May 2021 01:00:48 +0000 (-0600) Subject: Make MSVC happy. X-Git-Tag: v9.4.0-rc1~1325^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12322%2Fhead;p=dealii.git Make MSVC happy. --- diff --git a/include/deal.II/numerics/data_out_stack.h b/include/deal.II/numerics/data_out_stack.h index 4a8d8c7ec4..6db2de0b2f 100644 --- a/include/deal.II/numerics/data_out_stack.h +++ b/include/deal.II/numerics/data_out_stack.h @@ -386,8 +386,9 @@ private: * data in the form of Patch structures (declared in the base class * DataOutBase) to the actual output function. */ - virtual const std::vector< - dealii::DataOutBase::Patch> & + virtual const std::vector::patch_dim, + DataOutStack::patch_spacedim>> & get_patches() const override;