diff options
author | Attila Molnar <attilamolnar@hush.com> | 2012-06-27 16:29:21 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2012-06-27 16:29:21 -0700 |
commit | f89e68d78684dab66f9c99aaf8bd8a37ec62bfce (patch) | |
tree | cdabc56abaf267f501308be387269bed655ac724 /include/channels.h | |
parent | b1dedaba2400b7ce7acfa98b9a63fd54ae674a41 (diff) | |
parent | d2e189102b643f38418f3caf065dbb91f2ce4266 (diff) |
Merge pull request #235 from attilamolnar/insp20+invitefix
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index 89ac6b86c..7e70fd6c5 100644 --- a/include/channels.h +++ b/include/channels.h @@ -56,7 +56,7 @@ class BanItem : public HostItem * This class represents a channel, and contains its name, modes, topic, topic set time, * etc, and an instance of the BanList type. */ -class CoreExport Channel : public Extensible +class CoreExport Channel : public Extensible, public InviteBase { /** Connect a Channel to a User */ |