diff --git a/src/item.h b/src/item.h index f69bf05..2a18b19 100644 --- a/src/item.h +++ b/src/item.h @@ -100,6 +100,8 @@ struct Item { is_function = f.is_function; name = f.name; + fields = f.fields; + postfix = f.postfix; fun_cache = f.fun_cache; item_block = f.item_block; base_obj = f.base_obj;