aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/adv2
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-03 04:35:22 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-03 04:35:22 +0000
commitcdf86b37d6180f5f88393c02d8f5e19e2e645ad6 (patch)
tree69f866117656c701f9febb83bcea9fa67ae9c955 /externals/grill/flext/tutorial/adv2
parent10e0265429983876e2fd69950df4d51c8faf5635 (diff)
""
svn path=/trunk/; revision=317
Diffstat (limited to 'externals/grill/flext/tutorial/adv2')
-rwxr-xr-xexternals/grill/flext/tutorial/adv2/adv2.cwbin101183 -> 101183 bytes
-rw-r--r--externals/grill/flext/tutorial/adv2/main.cpp4
2 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/adv2/adv2.cw b/externals/grill/flext/tutorial/adv2/adv2.cw
index a0a68e0f..0e555e20 100755
--- a/externals/grill/flext/tutorial/adv2/adv2.cw
+++ b/externals/grill/flext/tutorial/adv2/adv2.cw
Binary files differ
diff --git a/externals/grill/flext/tutorial/adv2/main.cpp b/externals/grill/flext/tutorial/adv2/main.cpp
index 10322010..9174d3b1 100644
--- a/externals/grill/flext/tutorial/adv2/main.cpp
+++ b/externals/grill/flext/tutorial/adv2/main.cpp
@@ -44,7 +44,7 @@ protected:
private:
// define the _static_ class setup function
- static void setup(t_class *c);
+ static void setup(t_classid c);
FLEXT_CALLBACK(m_tag)
FLEXT_CALLBACK_I(m_tag_and_int)
@@ -61,7 +61,7 @@ adv2::adv2()
AddInAnything(); // add inlet of type anything (index 0)
}
-void adv2::setup(t_class *c)
+void adv2::setup(t_classid c)
{
// register methods:
// notice the naming FLEXT_CADD_METHOD* instead of FLEXT_ADD_METHOD*