From: wolf Date: Fri, 6 Nov 1998 12:07:45 +0000 (+0000) Subject: Fix doc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e03529890f38a748e834d4ec9fff01d87d04df9c;p=dealii-svn.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) {