Fix for windows build failure

master
Brad Payne (Vir Linden) 2013-03-06 10:46:43 -05:00
parent b3e34545a4
commit fe042430b0
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ namespace
{
public:
/* virtual */
void errorWithContent(U32 status, const std::string& reason)
void errorWithContent(U32 status, const std::string& reason, const LLSD& content)
{
sConsoleReplySignal(UNABLE_TO_SEND_COMMAND);
}