diff options
Diffstat (limited to 'src/engine/LV2Node.hpp')
-rw-r--r-- | src/engine/LV2Node.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp index 8b7a7bc3..dd3ce1b3 100644 --- a/src/engine/LV2Node.hpp +++ b/src/engine/LV2Node.hpp @@ -23,7 +23,7 @@ #include "raul/IntrusivePtr.hpp" #include "contexts.lv2/contexts.h" #include "types.hpp" -#include "NodeBase.hpp" +#include "NodeImpl.hpp" #include "LV2Features.hpp" namespace Ingen { @@ -35,7 +35,7 @@ class LV2Plugin; * * \ingroup engine */ -class LV2Node : public NodeBase +class LV2Node : public NodeImpl { public: LV2Node(LV2Plugin* plugin, |