summaryrefslogtreecommitdiff
path: root/modules/commands/os_news.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_news.cpp')
-rw-r--r--modules/commands/os_news.cpp2
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;