aboutsummaryrefslogtreecommitdiff
path: root/cmos/cd4012.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmos/cd4012.c')
-rw-r--r--cmos/cd4012.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmos/cd4012.c b/cmos/cd4012.c
index 752d8c1..1e73483 100644
--- a/cmos/cd4012.c
+++ b/cmos/cd4012.c
@@ -5,10 +5,10 @@
typedef struct _cd4012
{
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;/* extra inlets are 'live' like the first */
t_inlet *x_inlet3;