From: Wolfgang Bangerth Date: Sat, 8 Aug 2015 02:59:02 +0000 (-0500) Subject: No longer derive InternalDataBase from Subscriptor. X-Git-Tag: v8.4.0-rc2~643^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a2699c63854f676eb9c4a4185eaf4a01dde966;p=dealii.git No longer derive InternalDataBase from Subscriptor. This is no longer necessary now that we store unique_ptrs to them. --- diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index 75eae22e1b..944f91e08e 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -382,7 +382,7 @@ public: * * @author Guido Kanschat, 2001; Wolfgang Bangerth, 2015. */ - class InternalDataBase : public Subscriptor + class InternalDataBase { private: /** diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index f29542c139..0d81c20796 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -348,7 +348,7 @@ public: * modification despite the fact that the surrounding object is * marked as const. */ - class InternalDataBase : public Subscriptor + class InternalDataBase { private: /**