From b20307a683073c415804966ed5b363fb68879ee5 Mon Sep 17 00:00:00 2001
From: Tofu Linden <tofu.linden@lindenlab.com>
Date: Sun, 28 Feb 2010 09:28:00 +0000
Subject: [PATCH] Hopefully fix this test case after the EXT-5820 fix

---
 indra/newview/tests/llviewerhelputil_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 
-- 
GitLab