aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/planner-aggregate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/planner-aggregate.h')
-rw-r--r--include/datetime/planner-aggregate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/planner-aggregate.h b/include/datetime/planner-aggregate.h
index eeca9b7..892e71a 100644
--- a/include/datetime/planner-aggregate.h
+++ b/include/datetime/planner-aggregate.h
@@ -38,7 +38,7 @@ public:
virtual ~AggregatePlanner();
void add(const std::shared_ptr<Planner>&);
- core::Property<std::vector<Appointment>>& appointments();
+ core::Property<std::vector<Appointment>>& appointments() override;
protected:
class Impl;