From e03529890f38a748e834d4ec9fff01d87d04df9c Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 6 Nov 1998 12:07:45 +0000 Subject: [PATCH] Fix doc. git-svn-id: https://svn.dealii.org/trunk@638 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/smartpointer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.39.5