diff options
author | Adam <Adam@anope.org> | 2011-07-26 05:44:14 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-07-26 05:44:14 -0400 |
commit | e8c00b9e8b1b88a6307d8d093258e3e8d37ce1c0 (patch) | |
tree | ee98147c5bfb39518da67650e1886fc1a12f432f /include/modes.h | |
parent | 023d4b44eccf4e1f51f07a596f02d32c892e63df (diff) |
A few small fixes
Diffstat (limited to 'include/modes.h')
-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 95452bb30..579a4fecc 100644 --- a/include/modes.h +++ b/include/modes.h @@ -193,7 +193,7 @@ class CoreExport ChannelMode : public Mode * NOTE: User CAN be NULL, this is for checking if it can be locked with defcon * @param u The user, or NULL */ - bool CanSet(User *u) const; + virtual bool CanSet(User *u) const; /** Returns the mode name as a string */ |