From 911fe2c2cf1e281f6fd8190473c1cd2fa356c140 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Mon, 27 Jan 2014 11:39:46 +0000 Subject: rename iTable to iMatrix svn path=/trunk/externals/pmpd/; revision=17257 --- pmpd2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pmpd2d.c') diff --git a/pmpd2d.c b/pmpd2d.c index 84878d4..665089d 100644 --- a/pmpd2d.c +++ b/pmpd2d.c @@ -277,7 +277,7 @@ void pmpd2d_setup(void) class_addmethod(pmpd2d_class, (t_method)pmpd2d_iCircle, gensym("iCircle"), A_GIMME, 0); class_addmethod(pmpd2d_class, (t_method)pmpd2d_iLine, gensym("iLine"), A_GIMME, 0); - class_addmethod(pmpd2d_class, (t_method)pmpd2d_iTable, gensym("iTable"), A_GIMME, 0); + class_addmethod(pmpd2d_class, (t_method)pmpd2d_iMatrix, gensym("iMatrix"), A_GIMME, 0); /* pmpd2d_various -- cgit v1.2.1