From 7c5e28f2f812669d6f978f496dcfef70a1c8cc29 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 16 Mar 2005 18:43:58 +0000 Subject: [PATCH] missing id git-svn-id: https://svn.dealii.org/trunk@10171 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/smartpointer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/smartpointer.h b/deal.II/base/include/base/smartpointer.h index cba0183ee8..d37e2081c8 100644 --- a/deal.II/base/include/base/smartpointer.h +++ b/deal.II/base/include/base/smartpointer.h @@ -232,7 +232,7 @@ SmartPointer::SmartPointer (const SmartPointer &tt) t (tt.t), id(tt.id) { if (t != 0) - t->subscribe(); + t->subscribe(id); } -- 2.39.5