Skip to content

Commit f3dd86d

Browse files
author
Joel Allred
authored
Merge pull request #2912 from diffblue/allredj/get-final-const
Make class_typet::get_final const
2 parents 0440c21 + 881db2e commit f3dd86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/java_types.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class java_class_typet:public class_typet
161161
return set(ID_is_anonymous, is_anonymous_class);
162162
}
163163

164-
bool get_final()
164+
bool get_final() const
165165
{
166166
return get_bool(ID_final);
167167
}

0 commit comments

Comments
 (0)