summaryrefslogtreecommitdiff
path: root/src/digit-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/digit-node.h')
-rw-r--r--src/digit-node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/digit-node.h b/src/digit-node.h
index 9e686de..fd94bdd 100644
--- a/src/digit-node.h
+++ b/src/digit-node.h
@@ -20,6 +20,6 @@
typedef struct stage_conf_t stage_conf_t;
typedef struct m4f_t m4f_t;
-stage_t * digit_node_new(stage_conf_t *conf, unsigned digit, m4f_t *model_x);
+stage_t * digit_node_new(stage_conf_t *conf, unsigned digit, m4f_t *projection_x, m4f_t *model_x);
#endif
© All Rights Reserved