aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/actions-live.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/actions-live.h')
-rw-r--r--include/datetime/actions-live.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/actions-live.h b/include/datetime/actions-live.h
index 2c348c6..1f84659 100644
--- a/include/datetime/actions-live.h
+++ b/include/datetime/actions-live.h
@@ -41,12 +41,12 @@ public:
bool desktop_has_calendar_app() const override;
void desktop_open_alarm_app() override;
- void desktop_open_appointment(const Appointment&) override;
+ void desktop_open_appointment(const Appointment&, const DateTime&) override;
void desktop_open_calendar_app(const DateTime&) override;
void desktop_open_settings_app() override;
void phone_open_alarm_app() override;
- void phone_open_appointment(const Appointment&) override;
+ void phone_open_appointment(const Appointment&, const DateTime &) override;
void phone_open_calendar_app(const DateTime&) override;
void phone_open_settings_app() override;