diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llfloaterregiondebugconsole.cpp | 2 | 
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);  		} | 
