summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SetPortValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SetPortValue.hpp')
-rw-r--r--src/engine/events/SetPortValue.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/events/SetPortValue.hpp b/src/engine/events/SetPortValue.hpp
index 701ab09f..4572e431 100644
--- a/src/engine/events/SetPortValue.hpp
+++ b/src/engine/events/SetPortValue.hpp
@@ -38,17 +38,17 @@ namespace Events {
*
* \ingroup engine
*/
-class SetPortValueEvent : public QueuedEvent
+class SetPortValue : public QueuedEvent
{
public:
- SetPortValueEvent(Engine& engine,
+ SetPortValue(Engine& engine,
SharedPtr<Responder> responder,
bool queued,
SampleCount timestamp,
const Raul::Path& port_path,
const Raul::Atom& value);
- SetPortValueEvent(Engine& engine,
+ SetPortValue(Engine& engine,
SharedPtr<Responder> responder,
bool queued,
SampleCount timestamp,
@@ -56,7 +56,7 @@ public:
const Raul::Path& port_path,
const Raul::Atom& value);
- ~SetPortValueEvent();
+ ~SetPortValue();
void pre_process();
void execute(ProcessContext& context);