diff options
Diffstat (limited to 'modules/commands/os_news.cpp')
-rw-r--r-- | modules/commands/os_news.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_news.cpp b/modules/commands/os_news.cpp index 6672e481d..b74ca3b57 100644 --- a/modules/commands/os_news.cpp +++ b/modules/commands/os_news.cpp @@ -69,7 +69,7 @@ struct MyNewsItem : NewsItem data["time"] << this->time; } - static Serializable* Unserialize(Serializable *obj, Serialize::Data &data) anope_override + static Serializable* Unserialize(Serializable *obj, Serialize::Data &data) { if (!news_service) return NULL; |