summaryrefslogtreecommitdiff
path: root/modules/m_httpd.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-04-27 21:41:19 +0100
committerSadie Powell <sadie@witchery.services>2021-04-27 21:41:19 +0100
commit095a25d4731c7b2df73174eaedecae90aa1e610b (patch)
tree2c0c6b855cd98f75fef89279b7022554c6d674c8 /modules/m_httpd.cpp
parentc00ecc5e024251213a71673a63efe24e10d0cdbe (diff)
Add the anope_override keyword to methods that lack it.
Diffstat (limited to 'modules/m_httpd.cpp')
-rw-r--r--modules/m_httpd.cpp2
1 files changed, 1 insertions, 1 deletions
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;