aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/delsplit
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-25 04:41:32 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-25 04:41:32 +0000
commitc1313aea8746276cc4de4dbd177f6bf732db2a05 (patch)
treeac6763662109772ba7069488cccd5ff4d72d328a /externals/grill/delsplit
parente1bdd67199e389a5ba7eb03ecff171058c37a467 (diff)
""
svn path=/trunk/; revision=361
Diffstat (limited to 'externals/grill/delsplit')
-rwxr-xr-xexternals/grill/delsplit/delsplit.cwbin94699 -> 141089 bytes
-rwxr-xr-xexternals/grill/delsplit/main.cpp4
2 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/delsplit/delsplit.cw b/externals/grill/delsplit/delsplit.cw
index 8a4a41ac..e6bc0900 100755
--- a/externals/grill/delsplit/delsplit.cw
+++ b/externals/grill/delsplit/delsplit.cw
Binary files differ
diff --git a/externals/grill/delsplit/main.cpp b/externals/grill/delsplit/main.cpp
index 9880bf63..bfd2b52c 100755
--- a/externals/grill/delsplit/main.cpp
+++ b/externals/grill/delsplit/main.cpp
@@ -54,7 +54,7 @@ protected:
static V SetAtom(t_atom &l,const C *s);
private:
- static V Setup(t_class *c);
+ static V Setup(t_classid c);
FLEXT_CALLBACK_S(m_list)
FLEXT_CALLBACK_S(m_del)
@@ -63,7 +63,7 @@ private:
FLEXT_NEW_V("delsplit",delsplit)
-V delsplit::Setup(t_class *c)
+V delsplit::Setup(t_classid c)
{
FLEXT_CADDMETHOD(c,0,m_list);
FLEXT_CADDMETHOD(c,1,m_del);