diff options
Diffstat (limited to 'src/send.c')
-rw-r--r-- | src/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c index f79398f6f..18cfa761e 100644 --- a/src/send.c +++ b/src/send.c @@ -143,7 +143,7 @@ void notice_list(char *source, char *dest, char **text) * @param ... any number of parameters * @return void */ -void notice_lang(const char *source, User * dest, int message, ...) +void notice_lang(const std::string &source, User * dest, int message, ...) { va_list args; char buf[4096]; /* because messages can be really big */ |