When copying an item, copy its metadata

This commit is contained in:
John Wiegley 2009-11-01 21:15:31 -05:00
parent 449c7ca790
commit 2ae2c47a38

View file

@ -143,6 +143,7 @@ public:
_date_eff = item._date_eff;
note = item.note;
pos = item.pos;
metadata = item.metadata;
}
virtual bool operator==(const item_t& xact) {