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.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/events/SendPortActivity.hpp b/src/engine/events/SendPortActivity.hpp
index bc2cb21f..0dd08924 100644
--- a/src/engine/events/SendPortActivity.hpp
+++ b/src/engine/events/SendPortActivity.hpp
@@ -40,10 +40,10 @@ namespace Events {
*
* \ingroup engine
*/
-class SendPortActivityEvent : public Event
+class SendPortActivity : public Event
{
public:
- inline SendPortActivityEvent(Engine& engine,
+ inline SendPortActivity(Engine& engine,
SampleCount timestamp,
PortImpl* port)
: Event(engine, SharedPtr<Responder>(), timestamp)
@@ -51,7 +51,7 @@ public:
{
}
- inline void operator=(const SendPortActivityEvent& ev) {
+ inline void operator=(const SendPortActivity& ev) {
_port = ev._port;
}