summaryrefslogtreecommitdiff
path: root/indra/newview/llcapabilityprovider.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-01-24 15:51:33 -0700
committerXiaohong Bao <bao@lindenlab.com>2011-01-24 15:51:33 -0700
commiteec332cfbe200f585d8fd382867b90d89d1ab5c0 (patch)
tree84ddc599c33a916a8996ca05ef36ecd41d119311 /indra/newview/llcapabilityprovider.h
parentde83bd5c6b1e103993ba74321d600f1c413785ce (diff)
parent2a14079563ce323452a8088cca994e4f5c0edcd4 (diff)
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/newview/llcapabilityprovider.h')
-rw-r--r--indra/newview/llcapabilityprovider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcapabilityprovider.h b/indra/newview/llcapabilityprovider.h
index a6e743f625..9d91245597 100644
--- a/indra/newview/llcapabilityprovider.h
+++ b/indra/newview/llcapabilityprovider.h
@@ -46,7 +46,7 @@ public:
/**
* Get host to which to send that capability request.
*/
- virtual LLHost getHost() const = 0;
+ virtual const LLHost& getHost() const = 0;
/**
* Describe this LLCapabilityProvider for logging etc.
*/