fix method declaration in llmessage test

This commit is contained in:
Hazim Gazov
2010-06-16 22:57:14 -03:00
parent d6a9c2cd17
commit 8c30333d98

View File

@@ -60,7 +60,7 @@ BOOL LLTemplateMessageReader::readMessage(const U8* data,class LLHost const &)
} }
BOOL gValidateMessage = FALSE; BOOL gValidateMessage = FALSE;
BOOL LLTemplateMessageReader::validateMessage(const U8*, S32 buffer_size, LLHost const &sender, bool trusted) BOOL LLTemplateMessageReader::validateMessage(const U8*, S32 buffer_size, const LLHost& sender, bool trusted, BOOL custom)
{ {
return gValidateMessage; return gValidateMessage;
} }