aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/planner-snooze.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/planner-snooze.h')
-rw-r--r--include/datetime/planner-snooze.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/datetime/planner-snooze.h b/include/datetime/planner-snooze.h
index e2619fa..fc08d27 100644
--- a/include/datetime/planner-snooze.h
+++ b/include/datetime/planner-snooze.h
@@ -39,9 +39,8 @@ public:
SnoozePlanner(const std::shared_ptr<Settings>&,
const std::shared_ptr<Clock>&);
~SnoozePlanner();
- void add(const Appointment&);
-
core::Property<std::vector<Appointment>>& appointments() override;
+ void add(const Appointment&, const Alarm&);
protected:
class Impl;