]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_httpclienttest.cpp
And more of them
[user/henk/code/inspircd.git] / src / modules / extra / m_httpclienttest.cpp
index d76fcb970586c7fdf3c3bc3752f862e4639477b0..382546196f4e85dc1011857e5ac5445e6178f1db 100644 (file)
@@ -59,7 +59,7 @@ public:
                        ServerInstance->Log(DEBUG,"module not found, load it!!");
        }
 
-       char* OnRequest(Request* req)
+       virtual const char* OnRequest(Request* req)
        {
                HTTPClientResponse* resp = (HTTPClientResponse*)req;
                if(!strcmp(resp->GetId(), HTTP_CLIENT_RESPONSE))