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
|
|
@ -24,7 +24,9 @@ namespace xo {
|
|||
bool
|
||||
DBoolean::pretty(const ppindentinfo & ppii) const
|
||||
{
|
||||
return ppdetail_atomic<long>::print_pretty(ppii, value_);
|
||||
return ppdetail_atomic<bool>::print_pretty
|
||||
(ppii,
|
||||
(value_ ? "true" : "false"));
|
||||
}
|
||||
|
||||
size_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue