summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
authorAdam <adam@sigterm.info>2015-12-31 10:41:37 -0600
committerAdam <adam@sigterm.info>2015-12-31 10:41:37 -0600
commit17b7508058162a722120dd7a9d95c20b979af2e9 (patch)
tree4ae2253d945451136959f856de0c58497066b285 /include/modes.h
parent551786efeaf4f297f59bab75e38746ced30a545d (diff)
parentec85737434466d13f1c0828d1459c6679f8d2565 (diff)
Merge pull request #140 from SaberUK/master+warnings
Add missing override keyword to methods that require it.
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h
index bc69f77d0..57610edb7 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -216,7 +216,7 @@ class CoreExport ChannelModeVirtual : public T
ChannelMode *Wrap(Anope::string &param) override;
- ChannelMode *Unwrap(ChannelMode *cm, Anope::string &param) anope_abstract;
+ ChannelMode *Unwrap(ChannelMode *cm, Anope::string &param) override anope_abstract;
};
/* The status a user has on a channel (+v, +h, +o) etc */