summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/LV2Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/LV2Node.hpp')
-rw-r--r--src/libs/engine/LV2Node.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/engine/LV2Node.hpp b/src/libs/engine/LV2Node.hpp
index b0257bb8..4be1571d 100644
--- a/src/libs/engine/LV2Node.hpp
+++ b/src/libs/engine/LV2Node.hpp
@@ -22,10 +22,11 @@
#include <slv2/slv2.h>
#include "types.hpp"
#include "NodeBase.hpp"
-#include "PluginImpl.hpp"
namespace Ingen {
+class LV2Plugin;
+
/** An instance of a LV2 plugin.
*
@@ -34,7 +35,7 @@ namespace Ingen {
class LV2Node : public NodeBase
{
public:
- LV2Node(PluginImpl* plugin,
+ LV2Node(LV2Plugin* plugin,
const string& name,
bool polyphonic,
PatchImpl* parent,