diff options
Diffstat (limited to 'src/libs/engine/Plugin.hpp')
-rw-r--r-- | src/libs/engine/Plugin.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/Plugin.hpp b/src/libs/engine/Plugin.hpp index c4e6b4ce..dd14e815 100644 --- a/src/libs/engine/Plugin.hpp +++ b/src/libs/engine/Plugin.hpp @@ -36,7 +36,7 @@ using std::cerr; using std::endl; namespace Ingen { class Patch; -class Node; +class NodeImpl; /** Representation of a plugin (of various types). @@ -120,7 +120,7 @@ public: void slv2_plugin(SLV2Plugin p) { _slv2_plugin = p; } #endif - Node* instantiate(const string& name, bool polyphonic, Ingen::Patch* parent, SampleRate srate, size_t buffer_size); + NodeImpl* instantiate(const string& name, bool polyphonic, Ingen::Patch* parent, SampleRate srate, size_t buffer_size); private: Type _type; |