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 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; |