Skip to content

Commit 67e880c

Browse files
tautschnigsmowton
andauthored
Update src/goto-symex/goto_symex_state.h
Co-Authored-By: smowton <[email protected]>
1 parent ec32e36 commit 67e880c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-symex/goto_symex_state.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class goto_symex_statet final
230230
void pop_frame() { call_stack().pop_back(); }
231231
const framet &previous_frame() { return *(--(--call_stack().end())); }
232232

233-
void print_backtrace(std::ostream &);
233+
void print_backtrace(std::ostream &) const;
234234

235235
// threads
236236
unsigned atomic_section_id;

0 commit comments

Comments
 (0)