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 e4490f7..aecf120 100644
--- a/People.h
+++ b/People.h
@@ -11,6 +11,6 @@ public:
void add_artist(ArtistData data);
private:
- std::vector<Artist> artists;
+ std::vector<Artist*> artists;
};