xo-reader2: fix clearing result in SchematikaReader
This commit is contained in:
parent
b456d7ac85
commit
29a2f9b7c9
3 changed files with 5 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ namespace xo {
|
|||
log && log(xtag("DVariantPlaceholder.tseq", typeseq::id<DVariantPlaceholder>()));
|
||||
|
||||
log && log(xtag("DList.tseq", typeseq::id<DList>()));
|
||||
log && log(xtag("DBoolean.tseq", typeseq::id<DFloat>()));
|
||||
log && log(xtag("DBoolean.tseq", typeseq::id<DBoolean>()));
|
||||
log && log(xtag("DFloat.tseq", typeseq::id<DFloat>()));
|
||||
log && log(xtag("DInteger.tseq", typeseq::id<DInteger>()));
|
||||
log && log(xtag("DString.tseq", typeseq::id<DString>()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue