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 9748cee..3f22752 100644 --- a/Project1/Contact_list.h +++ b/Project1/Contact_list.h @@ -21,7 +21,7 @@ public: contact_list() = default; contact_list(const size_t& size); ~contact_list(); - void CopyList(const contact* contacts, const size_t& size); + void CopyList(contact* contacts, size_t size); void set_length(size_t MAX); size_t get_length(); |