From: Wolfgang Bangerth Date: Mon, 9 Nov 1998 00:55:45 +0000 (+0000) Subject: Add Subscriptor to base initializer list, as the compiler suggested. X-Git-Tag: v8.0.0~22595 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b232c95b1451ddbe31c67a800d9ab328224647;p=dealii.git Add Subscriptor to base initializer list, as the compiler suggested. git-svn-id: https://svn.dealii.org/trunk@662 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/tria.cc b/deal.II/deal.II/source/grid/tria.cc index 8ae4f6a27e..55377c1015 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -37,6 +37,7 @@ bool SubCellData::check_consistency (const unsigned int dim) const { template Triangulation::Triangulation (const MeshSmoothing smooth_grid) : + Subscriptor (), smooth_grid(smooth_grid) { static StraightBoundary default_boundary;