Skip to content

Commit 211fcc2

Browse files
author
janmroczkowski
committed
Make path_nodet.output const
1 parent 9be84ea commit 211fcc2

File tree

1 file changed

+1
-1
lines changed
  • src/goto-instrument/accelerate

1 file changed

+1
-1
lines changed

src/goto-instrument/accelerate/path.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class path_nodet
3636
{
3737
}
3838

39-
void output(const goto_programt &program, std::ostream &str);
39+
void output(const goto_programt &program, std::ostream &str) const;
4040

4141
goto_programt::targett loc;
4242
const exprt guard;

0 commit comments

Comments
 (0)