diff options
Diffstat (limited to 'Project1/Contacts.h')
| -rw-r--r-- | Project1/Contacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h index b59fbc5..a1ef0fb 100644 --- a/Project1/Contacts.h +++ b/Project1/Contacts.h @@ -9,7 +9,7 @@ struct contact { bool a = true; size_t id = 0; - int count = 0; + size_t count = 0; char Name[25]{}; char Email[100]{}; char StreetAddress[35]{}; |