diff options
Diffstat (limited to 'src/wasm-delegations-fields.def')
-rw-r--r-- | src/wasm-delegations-fields.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.def b/src/wasm-delegations-fields.def index a7f39c3c7..a08a887a4 100644 --- a/src/wasm-delegations-fields.def +++ b/src/wasm-delegations-fields.def @@ -727,6 +727,13 @@ switch (DELEGATE_ID) { DELEGATE_END(StringConst); break; } + case Expression::Id::StringMeasureId: { + DELEGATE_START(StringMeasure); + DELEGATE_FIELD_INT(StringMeasure, op); + DELEGATE_FIELD_CHILD(StringMeasure, ref); + DELEGATE_END(StringMeasure); + break; + } } #undef DELEGATE_ID |