diff options
author | Peter Powell <petpow@saberuk.com> | 2013-05-20 19:25:46 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2013-06-06 01:45:04 +0100 |
commit | ef3799a43a24f4b3da5e785765a6e4c01353845c (patch) | |
tree | a10167540156ba49efeb195cf427fe32c9d827aa /include | |
parent | 955ad16ed79016a637101f81ed23160014dc13f9 (diff) |
Convert User::FormatNoticeMasks() to use std::string.
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index e27a764dc..9f732f134 100644 --- a/include/users.h +++ b/include/users.h @@ -403,7 +403,7 @@ class CoreExport User : public Extensible /** Create a displayable mode string for this users snomasks * @return The notice mask character sequence */ - const char* FormatNoticeMasks(); + std::string FormatNoticeMasks(); /** Process a snomask modifier string, e.g. +abc-de * @param sm A sequence of notice mask characters |