summaryrefslogtreecommitdiff
path: root/indra/newview/tests
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-28 09:28:00 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-28 09:28:00 +0000
commitb20307a683073c415804966ed5b363fb68879ee5 (patch)
treeb3befdb7284d43aa1380e3996112608a3308babe /indra/newview/tests
parent36acc8f2a5fd95991c6fd84fa0480f23c9497e89 (diff)
Hopefully fix this test case after the EXT-5820 fix
Diffstat (limited to 'indra/newview/tests')
-rw-r--r--indra/newview/tests/llviewerhelputil_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/llviewerhelputil_test.cpp b/indra/newview/tests/llviewerhelputil_test.cpp
index dd61ac6ae5..eecc79d36c 100644
--- a/indra/newview/tests/llviewerhelputil_test.cpp
+++ b/indra/newview/tests/llviewerhelputil_test.cpp
@@ -86,7 +86,7 @@ public:
#ifdef __GNUC__
__attribute__ ((noinline))
#endif
- BOOL isGodlike() const { return FALSE; }
+ bool isGodlike() const { return FALSE; }
};
LLAgent gAgent;