aboutsummaryrefslogtreecommitdiff
path: root/Project1/Contacts.h
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-03-09 18:41:38 -0800
committerConnor McDowell <[email protected]>2024-03-09 18:41:38 -0800
commit9a9e4428f4c17936ae9c22bf58e64a437ac93fe7 (patch)
treef613239c3b639b3412df71c34735e9430fe561fe /Project1/Contacts.h
parentsmall cleanup (diff)
downloadhomework-7-connormcdowell275-main.tar.xz
homework-7-connormcdowell275-main.zip
clean up done, delete now works as intended.HEADmain
copy works as intended print works as intended
Diffstat (limited to 'Project1/Contacts.h')
-rw-r--r--Project1/Contacts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h
index d488a43..82a7446 100644
--- a/Project1/Contacts.h
+++ b/Project1/Contacts.h
@@ -12,7 +12,7 @@ public:
// constructors and destructors.
contact() = default;
- contact& operator=(const contact& rhs);
+ contact& operator=(contact& rhs);
contact(contact&& move) noexcept;
contact& operator=(contact&& rhs) noexcept;