summaryrefslogtreecommitdiffstats
path: root/src/server/events/Delta.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/Delta.hpp')
-rw-r--r--src/server/events/Delta.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/server/events/Delta.hpp b/src/server/events/Delta.hpp
index b3bb0537..d36e81aa 100644
--- a/src/server/events/Delta.hpp
+++ b/src/server/events/Delta.hpp
@@ -70,12 +70,12 @@ public:
uint32_t size,
uint32_t type);
- 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;
- Execution get_execution() const;
+ Execution get_execution() const override;
private:
enum class Type {