diff options
Diffstat (limited to 'Project1/Contacts.h')
| -rw-r--r-- | Project1/Contacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h index 440f06a..d1cfe61 100644 --- a/Project1/Contacts.h +++ b/Project1/Contacts.h @@ -28,6 +28,6 @@ void update(contact newContact[], size_t MAX); void printAll(contact newContact[], size_t MAX); -contact contact_double(contact newContact[], size_t MAX, size_t t); +void contact_double(contact*& newContact, size_t& MAX, size_t t); #endif CONTACTS_HEADER_H
\ No newline at end of file |