From fcc68a0041d0c1334127a880e74b3a4646292cf6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 11 Mar 2012 05:09:06 -0500 Subject: Critical fix to temporary destruction order --- src/chain.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/chain.h') diff --git a/src/chain.h b/src/chain.h index 080c4231..15ae12ba 100644 --- a/src/chain.h +++ b/src/chain.h @@ -50,8 +50,9 @@ class post_t; class account_t; template -struct item_handler : public noncopyable +class item_handler : public noncopyable { +protected: shared_ptr handler; public: -- cgit v1.2.3