1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 05:26:38 +02:00

Fix an oversight in the mysql module.

This commit is contained in:
Sadie Powell
2024-01-06 23:18:20 +00:00
parent c0453cfec1
commit 688ecf1c1d
+1 -1
View File
@@ -131,7 +131,7 @@ public:
*/
Mutex Lock;
MySQLService(Module *o, const Anope::string &n, const Anope::string &d, const Anope::string &s, const Anope::string &u, const Anope::string &p, int po);
MySQLService(Module *o, const Anope::string &n, const Anope::string &d, const Anope::string &s, const Anope::string &u, const Anope::string &p, unsigned int po);
~MySQLService();