summaryrefslogtreecommitdiff
path: root/indra/newview/llcapabilityprovider.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-12-14 12:16:39 -0700
committerXiaohong Bao <bao@lindenlab.com>2010-12-14 12:16:39 -0700
commitda244c7cce6b3d84b011a87cbcabffb51abb3fc8 (patch)
tree4eb8c1bc7c3458df5c5b4f8c89a3b64e4a84af91 /indra/newview/llcapabilityprovider.h
parentdc75235e38e3f2d74476607e6196b26d36955619 (diff)
a try fix for SH-212: crash at LLViewerObjectList::removeFromLocalIDTable(LLViewerObject const &) [secondlife-bin llviewerobjectlist.cpp] line 173
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.
*/