fixed: fields table was not copied in Item::Function::operator=(...)

This commit is contained in:
Tomasz Sowa 2021-08-14 17:40:40 +02:00
parent 5e47313af8
commit b956f1c401
1 changed files with 2 additions and 0 deletions

View File

@ -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;