aboutsummaryrefslogtreecommitdiff
path: root/cmos/cd4072.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmos/cd4072.c')
-rw-r--r--cmos/cd4072.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmos/cd4072.c b/cmos/cd4072.c
index 9ce4b80..934138a 100644
--- a/cmos/cd4072.c
+++ b/cmos/cd4072.c
@@ -5,10 +5,10 @@
typedef struct _cd4072
{
t_object x_obj;
- t_int x_in1;
- t_int x_in2;
- t_int x_in3;
- t_int x_in4;
+ int x_in1;
+ int x_in2;
+ int x_in3;
+ int x_in4;
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 */