xo-reader2: fix clearing result in SchematikaReader
This commit is contained in:
parent
e94ec86c03
commit
b7a813ec07
4 changed files with 33 additions and 0 deletions
|
|
@ -142,6 +142,12 @@ namespace xo {
|
|||
return this->result_;
|
||||
}
|
||||
|
||||
void
|
||||
SchematikaReader::reset_result()
|
||||
{
|
||||
this->parser_.reset_result();
|
||||
}
|
||||
|
||||
void
|
||||
SchematikaReader::reset_to_idle_toplevel()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue