summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DSSIConfigureEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DSSIConfigureEvent.h')
-rw-r--r--src/libs/engine/events/DSSIConfigureEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/DSSIConfigureEvent.h b/src/libs/engine/events/DSSIConfigureEvent.h
index f19c51b6..944f6239 100644
--- a/src/libs/engine/events/DSSIConfigureEvent.h
+++ b/src/libs/engine/events/DSSIConfigureEvent.h
@@ -31,7 +31,7 @@ namespace Ingen {
class DSSIConfigureEvent : public QueuedEvent
{
public:
- DSSIConfigureEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, const string& node_path, const string& key, const string& val);
+ DSSIConfigureEvent(Engine& engine, SharedPtr<Shared::Responder> responder, SampleCount timestamp, const string& node_path, const string& key, const string& val);
void pre_process();
void execute(SampleCount nframes, FrameTime start, FrameTime end);