From: Wolfgang Bangerth Date: Fri, 7 Aug 2015 22:16:52 +0000 (-0500) Subject: Minor cleanups. X-Git-Tag: v8.4.0-rc2~643^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae17559e8712f554ee7d4b8998590e0b6ca65438;p=dealii.git Minor cleanups. --- diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index db5d63dc0e..f29542c139 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -348,11 +348,11 @@ public: * modification despite the fact that the surrounding object is * marked as const. */ - class InternalDataBase: public Subscriptor + class InternalDataBase : public Subscriptor { private: /** - * Copy constructor forbidden. + * Copy construction is forbidden. */ InternalDataBase (const InternalDataBase &);