summaryrefslogtreecommitdiff
path: root/modules/webcpanel/static_fileserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/webcpanel/static_fileserver.h')
-rw-r--r--modules/webcpanel/static_fileserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webcpanel/static_fileserver.h b/modules/webcpanel/static_fileserver.h
index 204fd622f..d75a889c5 100644
--- a/modules/webcpanel/static_fileserver.h
+++ b/modules/webcpanel/static_fileserver.h
@@ -14,5 +14,5 @@ class StaticFileServer : public HTTPPage
public:
StaticFileServer(const Anope::string &f_n, const Anope::string &u, const Anope::string &c_t);
- bool OnRequest(HTTPProvider *, const Anope::string &, HTTPClient *, HTTPMessage &, HTTPReply &) anope_override;
+ bool OnRequest(HTTPProvider *, const Anope::string &, HTTPClient *, HTTPMessage &, HTTPReply &) override;
};