diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-28 09:28:00 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-28 09:28:00 +0000 |
commit | b20307a683073c415804966ed5b363fb68879ee5 (patch) | |
tree | b3befdb7284d43aa1380e3996112608a3308babe /indra/newview/tests/llviewerhelputil_test.cpp | |
parent | 36acc8f2a5fd95991c6fd84fa0480f23c9497e89 (diff) |
Hopefully fix this test case after the EXT-5820 fix
Diffstat (limited to 'indra/newview/tests/llviewerhelputil_test.cpp')
-rw-r--r-- | indra/newview/tests/llviewerhelputil_test.cpp | 2 |
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; |