aboutsummaryrefslogtreecommitdiff
path: root/src/paramCustom.h
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-25 14:07:04 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-25 14:07:04 +0000
commite6d36d808bebfabbb4c11bf46f0c80acb5e35a6a (patch)
tree11cf74002f8dd46461380c8bb024cfd84bd20ca8 /src/paramCustom.h
parente2377f078623cb33813ba4f5acb56adeb9d119aa (diff)
Removed unused arguments in tof.h
svn path=/trunk/externals/tof/; revision=12672
Diffstat (limited to 'src/paramCustom.h')
-rw-r--r--src/paramCustom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paramCustom.h b/src/paramCustom.h
index b8c8ee7..134782a 100644
--- a/src/paramCustom.h
+++ b/src/paramCustom.h
@@ -132,7 +132,7 @@ static void* paramCustom_new(t_symbol *s, int ac, t_atom *av)
t_symbol* root = tof_get_dollarzero(tof_get_root_canvas(canvas));
// FIND THE NO PRESET TAG: /nps
- x->nopresets = tof_find_tag('/',gensym("/nps"), ac-1, av+1);
+ x->nopresets = tof_find_symbol(gensym("/nps"), ac-1, av+1);