diff options
Diffstat (limited to 'cmos/cd4082.c')
-rw-r--r-- | cmos/cd4082.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmos/cd4082.c b/cmos/cd4082.c index 1ee6f91..89d1551 100644 --- a/cmos/cd4082.c +++ b/cmos/cd4082.c @@ -5,10 +5,10 @@ typedef struct _cd4082 { 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 */ |