summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-04-09 18:35:28 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-04-09 18:35:28 -0400
commit724863423142b55d536bd40c12d8a203a6de2468 (patch)
treea575103a2e21bef9e479619388c6c078ff7851a7
parentaf74e5e443934659e8a8a193980e6683e14e7fa1 (diff)
possible fix for linux build failure
-rwxr-xr-xindra/newview/tests/llviewerassetstats_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp
index 356c5b8261..952f0f1a6e 100755
--- a/indra/newview/tests/llviewerassetstats_test.cpp
+++ b/indra/newview/tests/llviewerassetstats_test.cpp
@@ -128,13 +128,13 @@ is_single_key_map(const LLSD & sd, const std::string & key)
{
return sd.isMap() && 1 == sd.size() && sd.has(key);
}
-#endif
static bool
is_double_key_map(const LLSD & sd, const std::string & key1, const std::string & key2)
{
return sd.isMap() && 2 == sd.size() && sd.has(key1) && sd.has(key2);
}
+#endif
static bool
is_triple_key_map(const LLSD & sd, const std::string & key1, const std::string & key2, const std::string& key3)