diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llhomelocationresponder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llhomelocationresponder.h b/linden/indra/newview/llhomelocationresponder.h index 1e222cd..3a1d8eb 100644 --- a/linden/indra/newview/llhomelocationresponder.h +++ b/linden/indra/newview/llhomelocationresponder.h | |||
@@ -42,7 +42,7 @@ | |||
42 | class LLHomeLocationResponder : public LLHTTPClient::Responder | 42 | class LLHomeLocationResponder : public LLHTTPClient::Responder |
43 | { | 43 | { |
44 | virtual void result( const LLSD& content ); | 44 | virtual void result( const LLSD& content ); |
45 | virtual void error( const LLSD& content ); | 45 | virtual void error( U32 status, const std::string& reason ); |
46 | }; | 46 | }; |
47 | 47 | ||
48 | #endif | 48 | #endif |