aboutsummaryrefslogtreecommitdiff
path: root/Project1/Contact_list.h
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-03-04 18:31:25 -0800
committerConnor McDowell <[email protected]>2024-03-04 18:31:25 -0800
commit2dd34978047a0602f89417343c69e8701c3c63a4 (patch)
tree0b9396f18138a6b2e1c8103c35d78b4d91f2c403 /Project1/Contact_list.h
parenttested potiential issue, did not fix (diff)
downloadhomework-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.h2
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;