Skip to content

Commit e698841

Browse files
author
Enrico Steffinlongo
committed
Add missing static to internal testing function
1 parent 9273d5a commit e698841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/solvers/smt2_incremental/encoding/enum_encoding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static c_enum_typet make_c_enum_type(
2929
return enum_type;
3030
}
3131

32-
constant_exprt create_enum_tag_typed_constant(
32+
static constant_exprt create_enum_tag_typed_constant(
3333
const mp_integer &value,
3434
const c_enum_typet &enum_type,
3535
const c_enum_tag_typet &enum_tag_type)

0 commit comments

Comments
 (0)