From 59cbcf703c407833e4bdb07aa53a8ad6c20c292c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 13 Mar 2012 00:03:56 -0500 Subject: post_t's copy constructor wasn't copying xdata_ --- src/item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index 3a9c55bb..e7415918 100644 --- a/src/item.h +++ b/src/item.h @@ -132,7 +132,7 @@ public: TRACE_DTOR(item_t); } - void copy_details(const item_t& item) + virtual void copy_details(const item_t& item) { set_flags(item.flags()); set_state(item.state()); -- cgit v1.2.3