Fixed macro class_field setter
This commit is contained in:
parent
304356aad7
commit
6362b481ce
|
@ -586,7 +586,7 @@
|
|||
|
||||
{%~ if has_token(o, 'bhl_custom_rw') ~%}
|
||||
ctx.Encode(f);
|
||||
{%- elseif has_token(o, 'POD') ~%}
|
||||
{%- else ~%}
|
||||
ctx.SetObj(f, ctx.type);
|
||||
{%- endif ~%}
|
||||
|
||||
|
|
Loading…
Reference in New Issue