summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r--src/server/events/SetPortValue.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp
index 71764568..cf992fcf 100644
--- a/src/server/events/SetPortValue.hpp
+++ b/src/server/events/SetPortValue.hpp
@@ -44,7 +44,7 @@ class SetPortValue : public Event
{
public:
SetPortValue(Engine& engine,
- ClientInterface* client,
+ Interface* client,
int32_t id,
bool queued,
SampleCount timestamp,
@@ -52,7 +52,7 @@ public:
const Raul::Atom& value);
SetPortValue(Engine& engine,
- ClientInterface* client,
+ Interface* client,
int32_t id,
SampleCount timestamp,
PortImpl* port,