aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_find.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_find.c')
-rw-r--r--src/mtx_find.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtx_find.c b/src/mtx_find.c
index 8ff2796..ebd6af5 100644
--- a/src/mtx_find.c
+++ b/src/mtx_find.c
@@ -342,6 +342,7 @@ void mtx_find_setup (void)
// class_addmethod (mtx_find_class, (t_method) mTXSetFindDimension, gensym("dimension"), A_DEFFLOAT,0);
class_addmethod (mtx_find_class, (t_method) mTXSetFindMode, gensym("mode"), A_DEFSYMBOL,0);
class_addmethod (mtx_find_class, (t_method) mTXSetFindDirection, gensym("direction"), A_DEFFLOAT,0);
+ class_sethelpsymbol (mtx_find_class, gensym("mtx_find-help"));
row_sym = gensym("row");
col_sym = gensym("col");