Skip to content

Commit 1a1775e

Browse files
Default initialize class_hierarchy
clang++-3.7 will complain if we don't use the user provided default constructor.
1 parent 7537adc commit 1a1775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/unit/java_bytecode/java_bytecode_convert_method/convert_method.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ SCENARIO(
414414
{
415415
symbol_tablet symbol_table;
416416
java_string_library_preprocesst string_preprocess;
417-
const class_hierarchyt class_hierarchy;
417+
const class_hierarchyt class_hierarchy{};
418418
java_bytecode_convert_methodt converter{symbol_table,
419419
null_message_handler,
420420
10,

0 commit comments

Comments
 (0)