summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Connect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/Connect.hpp')
-rw-r--r--src/engine/events/Connect.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/Connect.hpp b/src/engine/events/Connect.hpp
index 0f9d8540..53b58e52 100644
--- a/src/engine/events/Connect.hpp
+++ b/src/engine/events/Connect.hpp
@@ -47,10 +47,10 @@ namespace Events {
*
* \ingroup engine
*/
-class ConnectionEvent : public QueuedEvent
+class Connect : public QueuedEvent
{
public:
- ConnectionEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, const Raul::Path& src_port_path, const Raul::Path& dst_port_path);
+ Connect(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, const Raul::Path& src_port_path, const Raul::Path& dst_port_path);
void pre_process();
void execute(ProcessContext& context);