aboutsummaryrefslogtreecommitdiff
path: root/People.h
diff options
context:
space:
mode:
Diffstat (limited to 'People.h')
-rw-r--r--People.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/People.h b/People.h
index 6c3af9a..4dcae96 100644
--- a/People.h
+++ b/People.h
@@ -16,6 +16,7 @@ public:
public:
void add_artist(ArtistData data);
+ void remove_artist(Artist & artist);
Artist & get_artist(size_t index);
size_t artists_size();