aboutsummaryrefslogtreecommitdiff
path: root/src/planner-snooze.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/planner-snooze.cpp')
-rw-r--r--src/planner-snooze.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/planner-snooze.cpp b/src/planner-snooze.cpp
index 51ad0d2..29d5f06 100644
--- a/src/planner-snooze.cpp
+++ b/src/planner-snooze.cpp
@@ -46,7 +46,7 @@ public:
{
}
- virtual core::Property<std::vector<Appointment>>& appointments()
+ core::Property<std::vector<Appointment>>& appointments()
{
return m_appointments;
}