summaryrefslogtreecommitdiff
path: root/src/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chain.h')
-rw-r--r--src/chain.h3
1 files changed, 2 insertions, 1 deletions
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 <typename T>
-struct item_handler : public noncopyable
+class item_handler : public noncopyable
{
+protected:
shared_ptr<item_handler> handler;
public: