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 <iostream>
|
||||||
|
|
||||||
#include "User.h"
|
#include "User.h"
|
||||||
|
|
||||||
class UserTable {
|
class UserTable {
|
||||||
public:
|
public:
|
||||||
UserTable();
|
UserTable();
|
||||||
|
@ -29,4 +28,7 @@ class UserTable {
|
||||||
|
|
||||||
friend int testFindNbr(const UserTable ut);
|
friend int testFindNbr(const UserTable ut);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// int testFindNbr(const UserTable ut);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue