mirror of
https://github.com/anope/anope.git
synced 2026-06-30 07:56:37 +02:00
Use C++11's explicit override feature if available
This commit is contained in:
@@ -1008,7 +1008,7 @@ class DBOld : public Module
|
||||
throw ModuleException("Invalid hash method");
|
||||
}
|
||||
|
||||
EventReturn OnLoadDatabase()
|
||||
EventReturn OnLoadDatabase() anope_override
|
||||
{
|
||||
LoadNicks();
|
||||
LoadVHosts();
|
||||
|
||||
Reference in New Issue
Block a user