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