aboutsummaryrefslogtreecommitdiff
path: root/cmos/cd4081.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmos/cd4081.c')
-rw-r--r--cmos/cd4081.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmos/cd4081.c b/cmos/cd4081.c
index 0770bcc..a7bf4e1 100644
--- a/cmos/cd4081.c
+++ b/cmos/cd4081.c
@@ -5,8 +5,8 @@
typedef struct _cd4081
{
t_object x_obj;
- t_int x_in1;
- t_int x_in2;
+ int x_in1;
+ int x_in2;
t_outlet *x_out;
t_inlet *x_inlet2;/* Second inlet is 'live' like the first */
} t_cd4081;