aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/choice/choice.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/extra/choice/choice.c')
-rw-r--r--pd/extra/choice/choice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/extra/choice/choice.c b/pd/extra/choice/choice.c
index b7bf23ab..a50c66ac 100644
--- a/pd/extra/choice/choice.c
+++ b/pd/extra/choice/choice.c
@@ -18,7 +18,7 @@ static t_class *choice_class;
typedef struct _elem
{
float e_age;
- float e_weight[DIMENSION];
+ t_float e_weight[DIMENSION];
} t_elem;
typedef struct _choice