summaryrefslogtreecommitdiff
path: root/indra/llui/tests
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/tests')
-rwxr-xr-xindra/llui/tests/llurlentry_test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp
index e8b9dde753..15f2354552 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 ){}