diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-01-25 01:28:46 +0200 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-01-25 01:28:46 +0200 |
commit | 39a609a7ae04e2177e5dd522fe880e3aac9a685c (patch) | |
tree | 4c7eb277dd69fd95bf9a7db0e6be73d05bdc589c /indra/newview/tests | |
parent | eec332cfbe200f585d8fd382867b90d89d1ab5c0 (diff) |
Fixed TestCapabilityProvider build issue.
Diffstat (limited to 'indra/newview/tests')
-rw-r--r-- | indra/newview/tests/llcapabilitylistener_test.cpp | 2 |
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; |