summaryrefslogtreecommitdiff
path: root/inc/cad
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2025-11-23 12:40:14 +0100
committerJesper Jensen <jesper@jnsn.dev>2025-11-23 12:40:14 +0100
commit9c0110122693400366bd52a49b7d4645eae3de57 (patch)
treeadf879efa78fdb34d605b8d636a02ade1f50f672 /inc/cad
parente63c2a09a54c28dbcaaee48de2008fd5c3a7bf81 (diff)
Explicitly state the parameter index
Diffstat (limited to 'inc/cad')
-rw-r--r--inc/cad/construction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cad/construction.h b/inc/cad/construction.h
index eee5fa3..9f4b9ca 100644
--- a/inc/cad/construction.h
+++ b/inc/cad/construction.h
@@ -56,6 +56,7 @@ struct command {
uint8_t root;
bool hidden;
+ size_t index;
struct element *arg1;
struct element *arg2;
struct element *arg3;