aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-23 17:56:42 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-23 17:56:42 +0000
commitb614183d637d97b51c82f700039152a1166c6077 (patch)
tree3122e21bd818219c2613654d5c37849cef21cfdd /src/zexy.c
parentc9e58457bb14a6441ed887e0604040994100408d (diff)
cleaned up code so we get hardly any warnings when compiling with "-Wall"
svn path=/trunk/externals/zexy/; revision=4473
Diffstat (limited to 'src/zexy.c')
-rw-r--r--src/zexy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zexy.c b/src/zexy.c
index f121c22..16ab156 100644
--- a/src/zexy.c
+++ b/src/zexy.c
@@ -141,4 +141,6 @@ void zexy_setup(void)
zexy_class = class_new(gensym("zexy"), zexy_new, 0, sizeof(t_zexy), 0, 0);
class_addmethod(zexy_class, zexy_help, gensym("help"), 0);
+
+ zexy_register("zexy");
}