xo-expression2: bugfix: init for TypeRef.td_
This commit is contained in:
parent
1e83e9aaba
commit
c6290b6879
1 changed files with 1 additions and 1 deletions
|
|
@ -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*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue