From 74c6b45cd9bec9e7217909ea9d11ce33b59e5f1b Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Wed, 21 Apr 2010 23:03:42 +0000 Subject: Set help symbol to routeOSC as it's the same help patch. svn path=/trunk/externals/mrpeach/; revision=13462 --- osc/unpackOSC.c | 1 + 1 file changed, 1 insertion(+) (limited to 'osc') diff --git a/osc/unpackOSC.c b/osc/unpackOSC.c index 9e70b12..a045002 100644 --- a/osc/unpackOSC.c +++ b/osc/unpackOSC.c @@ -162,6 +162,7 @@ void unpackOSC_setup(void) (t_newmethod)unpackOSC_new, (t_method)unpackOSC_free, sizeof(t_unpackOSC), 0, 0); class_addlist(unpackOSC_class, (t_method)unpackOSC_list); + class_sethelpsymbol(unpackOSC_class, gensym("routeOSC")); /* same help patch as routeOSC*/ } /* unpackOSC_list expects an OSC packet in the form of a list of floats on [0..255] */ -- cgit v1.2.1