diff options
Diffstat (limited to 'inc/cad')
| -rw-r--r-- | inc/cad/solve.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cad/solve.h b/inc/cad/solve.h index a470aae..11afded 100644 --- a/inc/cad/solve.h +++ b/inc/cad/solve.h @@ -98,7 +98,7 @@ struct constraint { uint64_t order; struct path_step path[SEARCH_DEPTH]; bool forward; - bool used; + uint8_t used; }; void alias_point(struct constraints *c, struct component *alias, struct component *target); |
