From: maier Date: Mon, 20 Feb 2012 10:12:22 +0000 (+0000) Subject: Derive InterGridMap from Subscriptor so that it is usable with a SmartPointer X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e41bd2bbb483b12d7d5e49a25bbf1af5574ae7f;p=dealii-svn.git Derive InterGridMap from Subscriptor so that it is usable with a SmartPointer git-svn-id: https://svn.dealii.org/trunk@25120 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/intergrid_map.h b/deal.II/include/deal.II/grid/intergrid_map.h index 3a0daa52a7..6b5e7f6750 100644 --- a/deal.II/include/deal.II/grid/intergrid_map.h +++ b/deal.II/include/deal.II/grid/intergrid_map.h @@ -112,7 +112,7 @@ DEAL_II_NAMESPACE_OPEN * @author Wolfgang Bangerth, 1999 */ template -class InterGridMap +class InterGridMap : public Subscriptor { public: