X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmode.h;h=ffa5308f33250ee9ad485238e4a737b5a777ebc5;hb=662364f8551b3db2a3cbc0000f2d3eec091d8e07;hp=7c5682135c7475f3d09353dbe0b734ac0230e8f2;hpb=f71e6bf9cb41811f18864f5d4eecb26e29d03f25;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/mode.h b/include/mode.h index 7c5682135..ffa5308f3 100644 --- a/include/mode.h +++ b/include/mode.h @@ -486,7 +486,7 @@ typedef std::multimap::iterator ModeWatchIter; * parses client to server MODE strings for user and channel modes, and performs * processing for the 004 mode list numeric, amongst other things. */ -class CoreExport ModeParser +class CoreExport ModeParser : public fakederef { public: static const ModeHandler::Id MODEID_MAX = 64;