]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Replace DummyExtItem with a flag in Extensible
[user/henk/code/inspircd.git] / include / channels.h
index 4f61e15e40edfed741d208af60d63f0888cd659e..5109c046318f216168d279632d32c3e5ea1dfbb9 100644 (file)
@@ -33,7 +33,7 @@
  * 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, public InviteBase
+class CoreExport Channel : public Extensible, public InviteBase<Channel>
 {
        /** Set default modes for the channel on creation
         */