diff options
| author | Connor McDowell <[email protected]> | 2024-03-03 17:21:44 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-03-03 17:21:44 -0800 |
| commit | a691340fbba0a08f6382a672aa5652032dff285b (patch) | |
| tree | d21ac7a89b3779e87797b71da2b99b7ed68424aa /Project1/Contact_list.h | |
| parent | print not working. or data not being saved in add new. (diff) | |
| download | archived-homework-7-connormcdowell275-a691340fbba0a08f6382a672aa5652032dff285b.tar.xz archived-homework-7-connormcdowell275-a691340fbba0a08f6382a672aa5652032dff285b.zip | |
OK saving to contact works, moving it into list is not. will work on copy later. error with add contact
Diffstat (limited to 'Project1/Contact_list.h')
| -rw-r--r-- | Project1/Contact_list.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Project1/Contact_list.h b/Project1/Contact_list.h index 2338bf7..81dddaf 100644 --- a/Project1/Contact_list.h +++ b/Project1/Contact_list.h @@ -39,5 +39,4 @@ public: }; - #endif CONTACT_LIST_H |