xo-reader2: fix clearing result in SchematikaReader
This commit is contained in:
parent
855cdb08b7
commit
9a87b28f3f
1 changed files with 3 additions and 3 deletions
|
|
@ -65,15 +65,15 @@ namespace xo {
|
|||
bool
|
||||
DConstant::pretty(const ppindentinfo & ppii) const
|
||||
{
|
||||
obj<APrintable> value
|
||||
obj<APrintable> value_pr
|
||||
= FacetRegistry::instance().variant<APrintable,AGCObject>(value_);
|
||||
|
||||
return ppii.pps()->pretty_struct
|
||||
(ppii,
|
||||
"DConstant",
|
||||
refrtag("value_.tseq", value_._typeseq()),
|
||||
refrtag("value.tseq", value._typeseq()),
|
||||
refrtag("value", value));
|
||||
refrtag("value.tseq", value_pr._typeseq()),
|
||||
refrtag("value", value_pr));
|
||||
}
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue