Skip to content

Commit 87a4f31

Browse files
Make label static
1 parent 36ed947 commit 87a4f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/java_bytecode_convert_method_class.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class java_bytecode_convert_methodt:public messaget
152152
symbol_exprt tmp_variable(const std::string &prefix, const typet &type);
153153

154154
// JVM program locations
155-
irep_idt label(const irep_idt &address);
155+
static irep_idt label(const irep_idt &address);
156156

157157
// JVM Stack
158158
typedef std::vector<exprt> stackt;

0 commit comments

Comments
 (0)