diff options
| author | Connor McDowell <[email protected]> | 2024-02-22 19:03:13 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-22 19:03:13 -0800 |
| commit | 71af5a377a536bcd08036e5cb4631c78370802a2 (patch) | |
| tree | 713d91ee96614026ba37f52b19ae275f08f9cd64 /Project1/contact.h | |
| parent | working with moves (diff) | |
| download | in-class-exercise-14-connormcdowell275-main.tar.xz in-class-exercise-14-connormcdowell275-main.zip | |
Diffstat (limited to 'Project1/contact.h')
| -rw-r--r-- | Project1/contact.h | 1 |
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); |