summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Plugin.hpp')
-rw-r--r--src/server/LV2Plugin.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/LV2Plugin.hpp b/src/server/LV2Plugin.hpp
index ed26b4ae..bec1b588 100644
--- a/src/server/LV2Plugin.hpp
+++ b/src/server/LV2Plugin.hpp
@@ -29,7 +29,7 @@
namespace Ingen {
namespace Server {
-class PatchImpl;
+class GraphImpl;
class BlockImpl;
/** Implementation of an LV2 plugin (loaded shared library).
@@ -42,7 +42,7 @@ public:
BlockImpl* instantiate(BufferFactory& bufs,
const Raul::Symbol& symbol,
bool polyphonic,
- PatchImpl* parent,
+ GraphImpl* parent,
Engine& engine);
const Raul::Symbol symbol() const;