summaryrefslogtreecommitdiff
path: root/modules/commands/os_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_info.cpp')
-rw-r--r--modules/commands/os_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_info.cpp b/modules/commands/os_info.cpp
index c1c7f85fb..95d48ba16 100644
--- a/modules/commands/os_info.cpp
+++ b/modules/commands/os_info.cpp
@@ -19,7 +19,7 @@ struct OperInfo : Serializable
OperInfo(const Anope::string &t, const Anope::string &i, const Anope::string &a, time_t c) :
Serializable("OperInfo"), target(t), info(i), adder(a), created(c) { }
- ~OperInfo();
+ ~OperInfo() override;
void Serialize(Serialize::Data &data) const override
{