xo-expression2: bugfix: init for TypeRef.td_

This commit is contained in:
Roland Conybeare 2026-01-26 21:36:38 -05:00
commit c6290b6879

View file

@ -66,7 +66,7 @@ namespace xo {
* May be null when this TypeRef created,
* but expected to be immutable once established.
**/
TypeDescr td_;
TypeDescr td_ = nullptr;
};
} /*namespace scm*/