summaryrefslogtreecommitdiffstats
path: root/src/server/events/Copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/Copy.hpp')
-rw-r--r--src/server/events/Copy.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/events/Copy.hpp b/src/server/events/Copy.hpp
index bd52baf2..f31fe4d4 100644
--- a/src/server/events/Copy.hpp
+++ b/src/server/events/Copy.hpp
@@ -44,10 +44,10 @@ public:
SampleCount timestamp,
const ingen::Copy& msg);
- bool pre_process(PreProcessContext& ctx);
- void execute(RunContext& context);
- void post_process();
- void undo(Interface& target);
+ bool pre_process(PreProcessContext& ctx) override;
+ void execute(RunContext& context) override;
+ void post_process() override;
+ void undo(Interface& target) override;
private:
bool engine_to_engine(PreProcessContext& ctx);