summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendPortActivity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendPortActivity.hpp')
-rw-r--r--src/engine/events/SendPortActivity.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/SendPortActivity.hpp b/src/engine/events/SendPortActivity.hpp
index 0dd08924..c35266c5 100644
--- a/src/engine/events/SendPortActivity.hpp
+++ b/src/engine/events/SendPortActivity.hpp
@@ -44,8 +44,8 @@ class SendPortActivity : public Event
{
public:
inline SendPortActivity(Engine& engine,
- SampleCount timestamp,
- PortImpl* port)
+ SampleCount timestamp,
+ PortImpl* port)
: Event(engine, SharedPtr<Responder>(), timestamp)
, _port(port)
{