From 095a25d4731c7b2df73174eaedecae90aa1e610b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 27 Apr 2021 21:41:19 +0100 Subject: Add the anope_override keyword to methods that lack it. --- modules/m_httpd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/m_httpd.cpp') diff --git a/modules/m_httpd.cpp b/modules/m_httpd.cpp index b63b6685b..a3f2b0110 100644 --- a/modules/m_httpd.cpp +++ b/modules/m_httpd.cpp @@ -326,7 +326,7 @@ class MyHTTPProvider : public HTTPProvider, public Timer this->pages.erase(page->GetURL()); } - HTTPPage* FindPage(const Anope::string &pname) + HTTPPage* FindPage(const Anope::string &pname) anope_override { if (this->pages.count(pname) == 0) return NULL; -- cgit