diff options
Diffstat (limited to 'src/iem16_table.c')
-rw-r--r-- | src/iem16_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iem16_table.c b/src/iem16_table.c index 1f01178..0dd3586 100644 --- a/src/iem16_table.c +++ b/src/iem16_table.c @@ -200,7 +200,7 @@ static void table16_read16(t_table16 *x, t_symbol *filename, t_symbol *endian, } -static void table16_setup(void){ +void table16_setup(void){ table16_class = class_new(gensym("table16"), (t_newmethod)table16_new, (t_method)table16_free, sizeof(t_table16), 0, A_DEFSYM, A_DEFFLOAT, 0); |