From ae17559e8712f554ee7d4b8998590e0b6ca65438 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 Aug 2015 17:16:52 -0500 Subject: [PATCH] Minor cleanups. --- include/deal.II/fe/mapping.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 &); -- 2.39.5