aboutsummaryrefslogtreecommitdiff
path: root/cmos/cd4023.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmos/cd4023.c')
-rw-r--r--cmos/cd4023.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmos/cd4023.c b/cmos/cd4023.c
index ff60255..aef6a3d 100644
--- a/cmos/cd4023.c
+++ b/cmos/cd4023.c
@@ -5,9 +5,9 @@
typedef struct _cd4023
{
t_object x_obj;
- t_int x_in1;
- t_int x_in2;
- t_int x_in3;
+ int x_in1;
+ int x_in2;
+ int x_in3;
t_outlet *x_out;
t_inlet *x_inlet2;/* Second inlet is 'live' like the first */
t_inlet *x_inlet3;/* Third inlet is 'live' like the first */