* src/ltlvisit/dotty.cc (dotty_visitor): Reorder attributes.

This commit is contained in:
Alexandre Duret-Lutz 2011-06-06 19:25:27 +02:00
parent bb06db7c1b
commit 0b11fc2e11
2 changed files with 5 additions and 1 deletions

View file

@ -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>
* src/ltltest/genltl.cc (fair_response): Typo.

View file

@ -115,9 +115,9 @@ namespace spot
private:
std::ostream& os_;
std::ostringstream* sinks_;
int father_;
map& node_;
std::ostringstream* sinks_;
bool
draw_node_(const formula* f, const std::string& str, bool sink = false)