aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/source/Integrator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sc4pd/source/Integrator.cpp')
-rw-r--r--sc4pd/source/Integrator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc4pd/source/Integrator.cpp b/sc4pd/source/Integrator.cpp
index 97d2766..85253ee 100644
--- a/sc4pd/source/Integrator.cpp
+++ b/sc4pd/source/Integrator.cpp
@@ -40,9 +40,9 @@
/* ------------------------ Integrator~ -----------------------------*/
class Integrator_ar
- :public flext_dsp
+ :public sc4pd_dsp
{
- FLEXT_HEADER(Integrator_ar,flext_dsp);
+ FLEXT_HEADER(Integrator_ar,sc4pd_dsp);
public:
Integrator_ar(int argc,t_atom * argv);