From 5c0f319d0c9ac58a69a527ee67d8bfb1795f09ad Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 12 Dec 2024 15:18:29 +0100 Subject: [PATCH] A --- lab3/UserTable.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lab3/UserTable.h b/lab3/UserTable.h index d23cd1f..3b7e398 100644 --- a/lab3/UserTable.h +++ b/lab3/UserTable.h @@ -4,7 +4,6 @@ #include #include "User.h" - class UserTable { public: UserTable(); @@ -29,4 +28,7 @@ class UserTable { friend int testFindNbr(const UserTable ut); }; + +// int testFindNbr(const UserTable ut); + #endif