xo-expression2: register DGlobalSymtab type + rename

This commit is contained in:
Roland Conybeare 2026-02-16 09:32:53 -05:00
commit 797970cdea
3 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@ namespace xo {
**/
SchematikaReader(const ReaderConfig & config,
obj<AAllocator> expr_alloc,
obj<AAllocator> fixed_alloc);
obj<AAllocator> aux_alloc);
/** non-trivial dtor because of @p parser **/
~SchematikaReader() = default;