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
|
|
@ -42,7 +42,7 @@ namespace xo {
|
|||
|
||||
private:
|
||||
/** boxed boolean value **/
|
||||
bool value_;
|
||||
bool value_ = false;
|
||||
};
|
||||
|
||||
template <typename AFacet>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue