summaryrefslogtreecommitdiffstats
path: root/src/engine/NodeFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/NodeFactory.hpp')
-rw-r--r--src/engine/NodeFactory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/NodeFactory.hpp b/src/engine/NodeFactory.hpp
index 08a7ba3a..f25f31fa 100644
--- a/src/engine/NodeFactory.hpp
+++ b/src/engine/NodeFactory.hpp
@@ -68,7 +68,7 @@ public:
PluginImpl* plugin(const string& type, const string& lib, const string& label);
private:
-#ifdef HAVE_LADSPA
+#ifdef HAVE_LADSPA_H
void load_ladspa_plugins();
#endif