summaryrefslogtreecommitdiffstats
path: root/src/server/PortImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PortImpl.hpp')
-rw-r--r--src/server/PortImpl.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/server/PortImpl.hpp b/src/server/PortImpl.hpp
index d9b81a16..37eb003a 100644
--- a/src/server/PortImpl.hpp
+++ b/src/server/PortImpl.hpp
@@ -167,7 +167,7 @@ public:
/** Called once per process cycle */
virtual void pre_process(RunContext& context);
- virtual void pre_run(RunContext& context) {}
+ virtual void pre_run(RunContext& context);
virtual void post_process(RunContext& context);
/** Clear/silence all buffers */
@@ -185,9 +185,7 @@ public:
This is used for Graph ports, so e.g. a control input has the range of
all the ports it is connected to.
*/
- virtual void inherit_neighbour(const PortImpl* port,
- Properties& remove,
- Properties& add) {}
+ virtual void inherit_neighbour(const PortImpl*, Properties&, Properties&) {}
virtual void connect_buffers(SampleCount offset=0);
virtual void recycle_buffers();