aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhomelocationresponder.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llhomelocationresponder.h2
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 @@
42class LLHomeLocationResponder : public LLHTTPClient::Responder 42class 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