diff options
Diffstat (limited to 'shared/sickle')
-rw-r--r-- | shared/sickle/arsic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/sickle/arsic.h b/shared/sickle/arsic.h index a941279..38db505 100644 --- a/shared/sickle/arsic.h +++ b/shared/sickle/arsic.h @@ -10,7 +10,7 @@ typedef struct _arsic t_sic s_sic; int s_vecsize; /* used also as a validation flag */ int s_nchannels; - t_float **s_vectors; + t_word **s_vectors; t_symbol **s_channames; int s_nperfargs; t_int *s_perfargs; |