aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/main.cpp')
-rw-r--r--chaos/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/main.cpp b/chaos/src/main.cpp
index b0f2ad0..3a322f0 100644
--- a/chaos/src/main.cpp
+++ b/chaos/src/main.cpp
@@ -19,13 +19,13 @@
// Boston, MA 02111-1307, USA.
#include "chaos.hpp"
-#include "logistic_map.hpp"
void chaos_library_setup()
{
post("chaos~ version "PACKAGE_VERSION"\n");
FLEXT_DSP_SETUP(lorenz_dsp);
+ FLEXT_DSP_SETUP(logistic_dsp);
}
FLEXT_LIB_SETUP(chaos, chaos_library_setup);