From 71af5a377a536bcd08036e5cb4631c78370802a2 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 22 Feb 2024 19:03:13 -0800 Subject: heckin --- Project1/contact.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project1/contact.h') 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); -- cgit v1.2.3