diff options
author | Sadie Powell <sadie@witchery.services> | 2021-04-27 21:41:19 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-04-27 21:41:19 +0100 |
commit | 095a25d4731c7b2df73174eaedecae90aa1e610b (patch) | |
tree | 2c0c6b855cd98f75fef89279b7022554c6d674c8 /include | |
parent | c00ecc5e024251213a71673a63efe24e10d0cdbe (diff) |
Add the anope_override keyword to methods that lack it.
Diffstat (limited to 'include')
-rw-r--r-- | include/modes.h | 2 |
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 ¶m) anope_override; - ChannelMode *Unwrap(ChannelMode *cm, Anope::string ¶m) = 0; + ChannelMode *Unwrap(ChannelMode *cm, Anope::string ¶m) anope_override = 0; }; /* The status a user has on a channel (+v, +h, +o) etc */ |