Skip to content

Commit 6898cca

Browse files
Correcting initial_loop_bound type
1 parent cb2fb78 commit 6898cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/refinement/string_refinement.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class string_refinementt: public bv_refinementt
6161
// Base class
6262
typedef bv_refinementt supert;
6363

64-
unsigned long initial_loop_bound;
64+
unsigned initial_loop_bound;
6565

6666
string_constraint_generatort generator;
6767

0 commit comments

Comments
 (0)