From f0d911817369a4c5c55224df7021a0306b104990 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Tue, 1 Sep 2015 17:03:08 -0700 Subject: One of the tests defined a namespace in order to fake out the libraries. Removed it. --- indra/llui/tests/llurlentry_test.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'indra/llui/tests') diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp index 15f2354552..ba1cc436f9 100755 --- a/indra/llui/tests/llurlentry_test.cpp +++ b/indra/llui/tests/llurlentry_test.cpp @@ -37,17 +37,17 @@ #include -namespace LLExperienceCache -{ - const LLSD& get( const LLUUID& key) - { - static LLSD boo; - return boo; - } - - void get( const LLUUID& key, callback_slot_t slot ){} - -} +// namespace LLExperienceCache +// { +// const LLSD& get( const LLUUID& key) +// { +// static LLSD boo; +// return boo; +// } +// +// void get( const LLUUID& key, callback_slot_t slot ){} +// +// } typedef std::map settings_map_t; settings_map_t LLUI::sSettingGroups; -- cgit v1.2.3