diff -r 26c09ad4293e -r 7e89d8f45f94 indra/newview/tests/llcapabilitylistener_test.cpp --- a/indra/newview/tests/llcapabilitylistener_test.cpp Mon Jan 24 15:51:33 2011 -0700 +++ b/indra/newview/tests/llcapabilitylistener_test.cpp Tue Jan 25 01:28:46 2011 +0200 @@ -72,7 +72,7 @@ { mCaps[cap] = url; } - LLHost getHost() const { return mHost; } + const LLHost& getHost() const { return mHost; } std::string getDescription() const { return "TestCapabilityProvider"; } LLHost mHost;