From 8cf389aaf748c77aecda0b3a3773c45053b0f231 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 25 Oct 2024 13:02:38 +0200 Subject: implement all ALGA features --- People.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'People.h') diff --git a/People.h b/People.h index 1e9ced0..940a6d5 100644 --- a/People.h +++ b/People.h @@ -20,7 +20,7 @@ public: std::forward_list get_artists(); - void update(); + void update(bool tick = true); private: std::forward_list artists; -- cgit v1.2.3