From 97eecd3ad2e81b1da1294bb422d093213ee19b9c Mon Sep 17 00:00:00 2001 From: Chris-bot374 Date: Sat, 6 Jul 2024 10:11:30 +0200 Subject: [PATCH] Update DBLogin.hpp --- DBHandler/DBLogin.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DBHandler/DBLogin.hpp b/DBHandler/DBLogin.hpp index f29e0c0..e348fed 100644 --- a/DBHandler/DBLogin.hpp +++ b/DBHandler/DBLogin.hpp @@ -10,9 +10,9 @@ public: return 1 if admin | 0 if not admin | -1 if failed */ - int checkValidLogin(int id, std::string pw); + int checkValidLogin(std::string id, std::string pw); }; -#endif \ No newline at end of file +#endif