aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/source/Hasher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sc4pd/source/Hasher.cpp')
-rw-r--r--sc4pd/source/Hasher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc4pd/source/Hasher.cpp b/sc4pd/source/Hasher.cpp
index 8c43c8c..1fc8085 100644
--- a/sc4pd/source/Hasher.cpp
+++ b/sc4pd/source/Hasher.cpp
@@ -35,14 +35,14 @@
*/
-#include "support.hpp"
+#include "sc4pd.hpp"
/* ------------------------ Hasher~ -----------------------------------*/
class Hasher_ar
- :public flext_dsp
+ :public sc4pd_dsp
{
- FLEXT_HEADER(Hasher_ar,flext_dsp);
+ FLEXT_HEADER(Hasher_ar,sc4pd_dsp);
public:
Hasher_ar();