We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567eaa7 commit 9be84eaCopy full SHA for 9be84ea
src/goto-instrument/accelerate/trace_automaton.cpp
@@ -473,7 +473,7 @@ void trace_automatont::minimise()
473
determinise();
474
}
475
476
-void automatont::output(std::ostream &str)
+void automatont::output(std::ostream &str) const
477
{
478
str << "Init: " << init_state << '\n';
479
src/goto-instrument/accelerate/trace_automaton.h
@@ -54,7 +54,7 @@ class automatont
54
55
std::size_t count_transitions();
56
57
- void output(std::ostream &str);
+ void output(std::ostream &str) const;
58
59
void clear()
60
0 commit comments