xo-reader2: fix clearing result in SchematikaReader
This commit is contained in:
parent
b12555067c
commit
0fb0f7a1bf
8 changed files with 41 additions and 6 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