aboutsummaryrefslogtreecommitdiff
path: root/Project1/contact.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project1/contact.h')
-rw-r--r--Project1/contact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project1/contact.h b/Project1/contact.h
index 65d1b6f..90791b7 100644
--- a/Project1/contact.h
+++ b/Project1/contact.h
@@ -19,6 +19,7 @@ public:
contact& operator=(const contact& rhs);
contact(contact&& move);
+ contact& operator=(contact&& rhs);
const char* Get_firstName();
void Set_firstName(const char* firstName);