aboutsummaryrefslogtreecommitdiff
path: root/hex2dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'hex2dec.c')
-rw-r--r--hex2dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hex2dec.c b/hex2dec.c
index 1176838..a812f4f 100644
--- a/hex2dec.c
+++ b/hex2dec.c
@@ -37,7 +37,7 @@ static void hex2dec_symbol(t_hex2dec *x, t_symbol *s)
outlet_symbol(x->x_obj.ob_outlet, gensym(buf));
}
-static void hex2dec_setup(void)
+void hex2dec_setup(void)
{
hex2dec_class = class_new(gensym("hex2dec"),
(t_newmethod)hex2dec_new, 0,