summaryrefslogtreecommitdiff
path: root/src/modules/m_proxyscan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_proxyscan.cpp')
-rw-r--r--src/modules/m_proxyscan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_proxyscan.cpp b/src/modules/m_proxyscan.cpp
index 328b92612..f65382ac1 100644
--- a/src/modules/m_proxyscan.cpp
+++ b/src/modules/m_proxyscan.cpp
@@ -76,7 +76,7 @@ class ProxySocket : public EventHandler
int rlen;
bool done;
public:
- ProxySocket(InspIRCd *Server, User* u, const std::string &bindip, int port, char *cstr, int mclen, char *rstr, int mrlen)
+ ProxySocket(InspIRCd *Server, User* u, const std::string &bindip, int port, const char *cstr, int mclen, const char *rstr, int mrlen)
{
user = u;
ServerInstance = Server;