diff options
Diffstat (limited to 'Project1/program.cpp')
| -rw-r--r-- | Project1/program.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/program.cpp b/Project1/program.cpp index cc67419..ab71dce 100644 --- a/Project1/program.cpp +++ b/Project1/program.cpp @@ -41,7 +41,7 @@ int main() { case 1: //addNew(newContact, MAX, t); - contacts.AddContact(newContact); + contacts.AddContact(newContact, t); //addContact(newContact, contacts.get_size(), contacts[MAX]); //for (auto i = 0u; i < MAX; ++i) //{ |