Skip to content

Commit da91319

Browse files
committed
Adapt to upstream change in write_goto_binary interface and languaget
* write_goto_binary now takes a goto_modelt * languaget now uses the override keyword
1 parent 08f269c commit da91319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsil/jsil_language.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class jsil_languaget:public languaget
5555
const namespacet &ns) override;
5656

5757
std::unique_ptr<pretty_printert>
58-
get_pretty_printer(const namespacet &);
58+
get_pretty_printer(const namespacet &) override;
5959

6060
virtual bool to_expr(
6161
const std::string &code,

0 commit comments

Comments
 (0)