summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-04-27 21:41:19 +0100
committerSadie Powell <sadie@witchery.services>2021-04-27 21:41:19 +0100
commit095a25d4731c7b2df73174eaedecae90aa1e610b (patch)
tree2c0c6b855cd98f75fef89279b7022554c6d674c8 /include
parentc00ecc5e024251213a71673a63efe24e10d0cdbe (diff)
Add the anope_override keyword to methods that lack it.
Diffstat (limited to 'include')
-rw-r--r--include/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h
index 0fa0d8d86..ed55f5911 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -221,7 +221,7 @@ class CoreExport ChannelModeVirtual : public T
ChannelMode *Wrap(Anope::string &param) anope_override;
- ChannelMode *Unwrap(ChannelMode *cm, Anope::string &param) = 0;
+ ChannelMode *Unwrap(ChannelMode *cm, Anope::string &param) anope_override = 0;
};
/* The status a user has on a channel (+v, +h, +o) etc */