diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-08-07 14:01:31 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:56 +0200 |
commit | 89f570e5ebeab979202acf679974bafd05072692 (patch) | |
tree | ada3cb85b33097dae4d35686e6676353d8706486 /sc4pd/source/hypot.cpp | |
parent | 305c08085dc742d591640f0078638b44878103be (diff) |
sc4pd_dsp class and other changes
svn path=/trunk/externals/tb/; revision=1912
Diffstat (limited to 'sc4pd/source/hypot.cpp')
-rw-r--r-- | sc4pd/source/hypot.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc4pd/source/hypot.cpp b/sc4pd/source/hypot.cpp index 1e2dd1a..83f9a89 100644 --- a/sc4pd/source/hypot.cpp +++ b/sc4pd/source/hypot.cpp @@ -41,9 +41,9 @@ /* ------------------------ hypot~ -----------------------------*/ class hypot_ar - :public flext_dsp + :public sc4pd_dsp { - FLEXT_HEADER(hypot_ar,flext_dsp); + FLEXT_HEADER(hypot_ar,sc4pd_dsp); public: hypot_ar(int argc,t_atom * argv); |