aboutsummaryrefslogtreecommitdiff
path: root/People.h
diff options
context:
space:
mode:
Diffstat (limited to 'People.h')
-rw-r--r--People.h2
1 files changed, 1 insertions, 1 deletions
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<Artist *> get_artists();
- void update();
+ void update(bool tick = true);
private:
std::forward_list<Artist *> artists;