aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/menu.h')
-rw-r--r--include/datetime/menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/datetime/menu.h b/include/datetime/menu.h
index 0074ea5..5673bc1 100644
--- a/include/datetime/menu.h
+++ b/include/datetime/menu.h
@@ -53,7 +53,8 @@ public:
static std::vector<Appointment> get_display_appointments(
const std::vector<Appointment>&,
const DateTime& start,
- unsigned int max_items=5);
+ unsigned int max_items=5,
+ const bool include_alarms=true);
protected:
Menu (Profile profile_in, const std::string& name_in);