diff options
Diffstat (limited to 'include/services.h')
-rw-r--r-- | include/services.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/services.h b/include/services.h index d92f84f63..a2a328eb5 100644 --- a/include/services.h +++ b/include/services.h @@ -507,7 +507,7 @@ typedef struct { /*************************************************************************/ -class HostInfo +class CoreExport HostInfo { private: std::string Ident; @@ -988,7 +988,7 @@ class CoreExport Channel : public Extensible, public Flags<ChannelFlags> * @param EnforceMLock Should mlock be enforced on this mode change * @param cmodes The modes to set */ - void SetModes(BotInfo *bi, bool EnforceMLock, const std::string &cmodes, ...); + void SetModes(BotInfo *bi, bool EnforceMLock, const char *cmodes, ...); }; /** Channelban type flags |