From ef3799a43a24f4b3da5e785765a6e4c01353845c Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 20 May 2013 19:25:46 +0100 Subject: Convert User::FormatNoticeMasks() to use std::string. --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3