diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-27 09:48:51 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-27 09:48:51 -0500 |
commit | c44e7128212c52e8fb67a2573db4021ba400b32c (patch) | |
tree | aa6c1d0f0786a37ec08ece818df23122ac0c4c60 /indra/newview/llcapabilityprovider.h | |
parent | ec0eafbaa0e4c4fbf25bab31ed38d90e998e9dbd (diff) | |
parent | a98b7003043c49bd687356843f3740f0a50ab258 (diff) |
merge changes for storm-348
Diffstat (limited to 'indra/newview/llcapabilityprovider.h')
-rw-r--r-- | indra/newview/llcapabilityprovider.h | 2 |
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. */ |