diff options
Diffstat (limited to 'Project1/Contact_list.h')
| -rw-r--r-- | Project1/Contact_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/Contact_list.h b/Project1/Contact_list.h index 9a9dd70..c4c0973 100644 --- a/Project1/Contact_list.h +++ b/Project1/Contact_list.h @@ -31,7 +31,7 @@ public: void CopyList(const contact* contacts, const size_t& size); - void AddContact(contact contact[], size_t& t, contact_struct save); + void AddContact(contact contact[], size_t& t, contact_struct save, contact_list contacts); void Print() const; |