diff --git a/include/xo/expression2/TypeRef.hpp b/include/xo/expression2/TypeRef.hpp index 7ec6e388..eecb438d 100644 --- a/include/xo/expression2/TypeRef.hpp +++ b/include/xo/expression2/TypeRef.hpp @@ -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*/