summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Get.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Get.hpp')
-rw-r--r--src/engine/events/Get.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/engine/events/Get.hpp b/src/engine/events/Get.hpp
index 2abae3a4..3592cd27 100644
--- a/src/engine/events/Get.hpp
+++ b/src/engine/events/Get.hpp
@@ -19,6 +19,7 @@
#define INGEN_EVENTS_GET_HPP
#include "QueuedEvent.hpp"
+#include "NodeFactory.hpp"
#include "types.hpp"
namespace Ingen {
@@ -43,13 +44,13 @@ public:
const Raul::URI& uri);
void pre_process();
- void execute(ProcessContext& context);
void post_process();
private:
- const Raul::URI _uri;
- GraphObjectImpl* _object;
- const PluginImpl* _plugin;
+ const Raul::URI _uri;
+ GraphObjectImpl* _object;
+ const PluginImpl* _plugin;
+ NodeFactory::Plugins _plugins;
};