summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreatePort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/CreatePort.hpp')
-rw-r--r--src/engine/events/CreatePort.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/CreatePort.hpp b/src/engine/events/CreatePort.hpp
index 13cccfa6..a0b3d2a5 100644
--- a/src/engine/events/CreatePort.hpp
+++ b/src/engine/events/CreatePort.hpp
@@ -37,10 +37,10 @@ namespace Events {
*
* \ingroup engine
*/
-class CreatePortEvent : public QueuedEvent
+class CreatePort : public QueuedEvent
{
public:
- CreatePortEvent(
+ CreatePort(
Engine& engine,
SharedPtr<Responder> responder,
SampleCount timestamp,