A
This commit is contained in:
parent
e707a6649f
commit
5c0f319d0c
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
#include <iostream>
|
||||
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue