diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 23:37:02 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 23:37:02 -0500 |
commit | a209741aaf8d0ece778e1e2b9e5a8d1632339ad2 (patch) | |
tree | 06729ac2689b7a6a33d8698b006b2f3f754d1a4f /include/datetime/planner-snooze.h | |
parent | 7b42ea114c18dab35129a5c98b196ff173892498 (diff) | |
download | ayatana-indicator-datetime-a209741aaf8d0ece778e1e2b9e5a8d1632339ad2.tar.gz ayatana-indicator-datetime-a209741aaf8d0ece778e1e2b9e5a8d1632339ad2.tar.bz2 ayatana-indicator-datetime-a209741aaf8d0ece778e1e2b9e5a8d1632339ad2.zip |
use the 'override' keyword in the new planner class declarations
Diffstat (limited to 'include/datetime/planner-snooze.h')
-rw-r--r-- | include/datetime/planner-snooze.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/planner-snooze.h b/include/datetime/planner-snooze.h index 889c4f8..e2619fa 100644 --- a/include/datetime/planner-snooze.h +++ b/include/datetime/planner-snooze.h @@ -41,7 +41,7 @@ public: ~SnoozePlanner(); void add(const Appointment&); - core::Property<std::vector<Appointment>>& appointments(); + core::Property<std::vector<Appointment>>& appointments() override; protected: class Impl; |