File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,14 @@ Date: June 2017
2222#include " java_expr.h"
2323#include " java_utils.h"
2424
25- class java_bytecode_instrumentt : public messaget
25+ class java_bytecode_instrumentt
2626{
2727public:
2828 java_bytecode_instrumentt (
2929 symbol_table_baset &_symbol_table,
3030 const bool _throw_runtime_exceptions,
3131 message_handlert &_message_handler)
32- : messaget(_message_handler),
33- symbol_table (_symbol_table),
32+ : symbol_table(_symbol_table),
3433 throw_runtime_exceptions (_throw_runtime_exceptions),
3534 message_handler(_message_handler)
3635 {
@@ -104,7 +103,7 @@ code_ifthenelset java_bytecode_instrumentt::throw_exception(
104103 generate_class_stub (
105104 exc_name,
106105 symbol_table,
107- get_message_handler () ,
106+ message_handler ,
108107 struct_union_typet::componentst{});
109108 }
110109
You can’t perform that action at this time.
0 commit comments