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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user