diff options
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 e543370b4..33a376a20 100644 --- a/include/channels.h +++ b/include/channels.h @@ -232,7 +232,7 @@ class CoreExport Channel : public Extensible, public Flags<ChannelFlags> * @param Target a string to put the param into * @return true on success */ - const bool GetParam(ChannelModeName Name, std::string *Target); + const bool GetParam(ChannelModeName Name, std::string &Target); /** Check if a mode is set and has a param * @param Name The mode |