From: Wolfgang Bangerth Date: Fri, 6 Nov 1998 12:07:45 +0000 (+0000) Subject: Fix doc. X-Git-Tag: v8.0.0~22619 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f483eb929e1a97e179d9fd6be69469ede31288bd;p=dealii.git Fix doc. git-svn-id: https://svn.dealii.org/trunk@638 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/smartpointer.h b/deal.II/base/include/base/smartpointer.h index 15eb84f81c..eb246ff1a7 100644 --- a/deal.II/base/include/base/smartpointer.h +++ b/deal.II/base/include/base/smartpointer.h @@ -40,7 +40,8 @@ class SmartPointer public: /** - * Constructor taking a normal pointer. */ + * Constructor taking a normal pointer. + */ SmartPointer(T* tt) : t(tt) {