Skip to content

Commit ebbbf5f

Browse files
author
janmroczkowski
committed
Make goto_modelt.output const
1 parent 3dd8fe5 commit ebbbf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/goto_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class goto_modelt
3131
goto_functions.clear();
3232
}
3333

34-
void output(std::ostream &out)
34+
void output(std::ostream &out) const
3535
{
3636
namespacet ns(symbol_table);
3737
goto_functions.output(ns, out);

0 commit comments

Comments
 (0)