* src/twaalgos/hoa.hh (print_hoa): Add default value for opt.
This commit is contained in:
parent
b229bfc224
commit
cf6c17b509
1 changed files with 2 additions and 2 deletions
|
|
@ -37,6 +37,6 @@ namespace spot
|
||||||
/// single-line output.
|
/// single-line output.
|
||||||
SPOT_API std::ostream&
|
SPOT_API std::ostream&
|
||||||
print_hoa(std::ostream& os,
|
print_hoa(std::ostream& os,
|
||||||
const const_twa_ptr& g,
|
const const_twa_ptr& g,
|
||||||
const char* opt);
|
const char* opt = nullptr);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue