diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-06 10:46:43 -0500 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-06 10:46:43 -0500 | 
| commit | fe042430b03667abcd6b72ef9cc27d82d85f4242 (patch) | |
| tree | d93260214a8ee146ec04afe9728273979def0c87 /indra | |
| parent | b3e34545a4d37444a2def3462d75e185df5535d0 (diff) | |
Fix for windows build failure
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);  		} | 
