aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/stk1
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-08-30 10:54:36 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-08-30 10:54:36 +0000
commitf129e8b48e44d5e3258ed14d517447e9d1391a6d (patch)
tree1ed0d1151718060cf00a7794558eb79d7cb210be /externals/grill/flext/tutorial/stk1
parent5323bd2c4efc3796c35e25fc5111aad7dead65f6 (diff)
don't use explicit so that STL can be used
small fixes for tutorial examples added typed flext::NewAligned svn path=/trunk/; revision=3463
Diffstat (limited to 'externals/grill/flext/tutorial/stk1')
-rw-r--r--externals/grill/flext/tutorial/stk1/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/externals/grill/flext/tutorial/stk1/main.cpp b/externals/grill/flext/tutorial/stk1/main.cpp
index 4f7c7e6a..564ad1a4 100644
--- a/externals/grill/flext/tutorial/stk1/main.cpp
+++ b/externals/grill/flext/tutorial/stk1/main.cpp
@@ -44,7 +44,6 @@ protected:
private:
Noise *inst;
- static void Setup(t_class *c);
};
FLEXT_NEW_DSP("stk1~",stk1)