diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp index e8b9dde7534b5bce9e912739a296d6981c11a102..15f2354552f06aad590201e36c9ef74e3651ad31 100755 --- a/indra/llui/tests/llurlentry_test.cpp +++ b/indra/llui/tests/llurlentry_test.cpp @@ -39,9 +39,10 @@ namespace LLExperienceCache { - bool get( const LLUUID& key, LLSD& experience_data ) + const LLSD& get( const LLUUID& key) { - return false; + static LLSD boo; + return boo; } void get( const LLUUID& key, callback_slot_t slot ){}