summaryrefslogtreecommitdiff
path: root/indra/newview/tests
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2011-01-25 01:28:46 +0200
committerSeth ProductEngine <slitovchuk@productengine.com>2011-01-25 01:28:46 +0200
commit39a609a7ae04e2177e5dd522fe880e3aac9a685c (patch)
tree4c7eb277dd69fd95bf9a7db0e6be73d05bdc589c /indra/newview/tests
parenteec332cfbe200f585d8fd382867b90d89d1ab5c0 (diff)
Fixed TestCapabilityProvider build issue.
Diffstat (limited to 'indra/newview/tests')
-rw-r--r--indra/newview/tests/llcapabilitylistener_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/llcapabilitylistener_test.cpp b/indra/newview/tests/llcapabilitylistener_test.cpp
index 9da851ffc4..d691bb6c44 100644
--- a/indra/newview/tests/llcapabilitylistener_test.cpp
+++ b/indra/newview/tests/llcapabilitylistener_test.cpp
@@ -72,7 +72,7 @@ struct TestCapabilityProvider: public LLCapabilityProvider
{
mCaps[cap] = url;
}
- LLHost getHost() const { return mHost; }
+ const LLHost& getHost() const { return mHost; }
std::string getDescription() const { return "TestCapabilityProvider"; }
LLHost mHost;