diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-03 04:35:22 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-03 04:35:22 +0000 |
commit | cdf86b37d6180f5f88393c02d8f5e19e2e645ad6 (patch) | |
tree | 69f866117656c701f9febb83bcea9fa67ae9c955 /externals/grill/flext/tutorial/attr2 | |
parent | 10e0265429983876e2fd69950df4d51c8faf5635 (diff) |
""
svn path=/trunk/; revision=317
Diffstat (limited to 'externals/grill/flext/tutorial/attr2')
-rwxr-xr-x | externals/grill/flext/tutorial/attr2/attr2.cw | bin | 101183 -> 101183 bytes | |||
-rw-r--r-- | externals/grill/flext/tutorial/attr2/main.cpp | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/attr2/attr2.cw b/externals/grill/flext/tutorial/attr2/attr2.cw Binary files differindex 150ff981..05cd19b0 100755 --- a/externals/grill/flext/tutorial/attr2/attr2.cw +++ b/externals/grill/flext/tutorial/attr2/attr2.cw diff --git a/externals/grill/flext/tutorial/attr2/main.cpp b/externals/grill/flext/tutorial/attr2/main.cpp index f75ce412..fe61f6da 100644 --- a/externals/grill/flext/tutorial/attr2/main.cpp +++ b/externals/grill/flext/tutorial/attr2/main.cpp @@ -59,7 +59,7 @@ protected: private: - static void setup(t_class *); + static void setup(t_classid); // callback for method "m_trigger" (with one float argument) FLEXT_CALLBACK_F(m_trigger) @@ -90,7 +90,7 @@ const t_symbol *attr2::sym_div,*attr2::sym_mul, *attr2::sym_pow; -void attr2::setup(t_class *c) +void attr2::setup(t_classid c) { // Upon class creation setup some symbols // This is done only upon creation of of the first "attr2" object |