* src/ltlvisit/dotty.cc (dotty_visitor): Reorder attributes.
This commit is contained in:
parent
bb06db7c1b
commit
0b11fc2e11
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-06-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* src/ltlvisit/dotty.cc (dotty_visitor): Reorder attributes.
|
||||||
|
|
||||||
2011-06-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2011-06-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
* src/ltltest/genltl.cc (fair_response): Typo.
|
* src/ltltest/genltl.cc (fair_response): Typo.
|
||||||
|
|
|
||||||
|
|
@ -115,9 +115,9 @@ namespace spot
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::ostream& os_;
|
std::ostream& os_;
|
||||||
std::ostringstream* sinks_;
|
|
||||||
int father_;
|
int father_;
|
||||||
map& node_;
|
map& node_;
|
||||||
|
std::ostringstream* sinks_;
|
||||||
|
|
||||||
bool
|
bool
|
||||||
draw_node_(const formula* f, const std::string& str, bool sink = false)
|
draw_node_(const formula* f, const std::string& str, bool sink = false)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue