diff options
| author | Connor McDowell <[email protected]> | 2024-03-03 16:12:05 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-03-03 16:12:05 -0800 |
| commit | 979fcacec2a512ed7a66208cc47d894b7c0cebe7 (patch) | |
| tree | b7677c371c10065b779f22e1e0c0aa391ac64d6e /Project1/Contacts.h | |
| parent | delete refactored (diff) | |
| download | homework-7-connormcdowell275-979fcacec2a512ed7a66208cc47d894b7c0cebe7.tar.xz homework-7-connormcdowell275-979fcacec2a512ed7a66208cc47d894b7c0cebe7.zip | |
first successful build
Diffstat (limited to 'Project1/Contacts.h')
| -rw-r--r-- | Project1/Contacts.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h index e29d5f0..5d53b89 100644 --- a/Project1/Contacts.h +++ b/Project1/Contacts.h @@ -16,9 +16,6 @@ public: contact(contact&& move); contact& operator=(contact&& rhs);*/ - int Get_index(); - void Set_index(int id); - const char* Get_firstName(); void Set_firstName(const char* firstName); |