mirror of
https://github.com/anope/anope.git
synced 2026-06-27 00:36:38 +02:00
Add the anope_override keyword to methods that lack it.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user