summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-03-06 10:46:43 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-03-06 10:46:43 -0500
commitfe042430b03667abcd6b72ef9cc27d82d85f4242 (patch)
treed93260214a8ee146ec04afe9728273979def0c87 /indra/newview
parentb3e34545a4d37444a2def3462d75e185df5535d0 (diff)
Fix for windows build failure
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterregiondebugconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregiondebugconsole.cpp b/indra/newview/llfloaterregiondebugconsole.cpp
index 0cde878055..3a7ca17b73 100644
--- a/indra/newview/llfloaterregiondebugconsole.cpp
+++ b/indra/newview/llfloaterregiondebugconsole.cpp
@@ -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);
}