diff options
| author | Connor McDowell <[email protected]> | 2024-03-04 18:31:25 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-03-04 18:31:25 -0800 |
| commit | 2dd34978047a0602f89417343c69e8701c3c63a4 (patch) | |
| tree | 0b9396f18138a6b2e1c8103c35d78b4d91f2c403 /Project1/Contact_list.h | |
| parent | tested potiential issue, did not fix (diff) | |
| download | homework-7-connormcdowell275-2dd34978047a0602f89417343c69e8701c3c63a4.tar.xz homework-7-connormcdowell275-2dd34978047a0602f89417343c69e8701c3c63a4.zip | |
exception fixed
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 81dddaf..46b4b07 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(const contact& contact); + void AddContact(contact& contact); void Print() const; |