* src/twaalgos/hoa.hh (print_hoa): Add default value for opt.

This commit is contained in:
Alexandre Duret-Lutz 2015-06-10 08:27:39 +02:00
parent b229bfc224
commit cf6c17b509

View file

@ -37,6 +37,6 @@ namespace spot
/// single-line output.
SPOT_API std::ostream&
print_hoa(std::ostream& os,
const const_twa_ptr& g,
const char* opt);
const const_twa_ptr& g,
const char* opt = nullptr);
}