diff --git a/indra/newview/tests/llviewerhelputil_test.cpp b/indra/newview/tests/llviewerhelputil_test.cpp
index dd61ac6ae574dc7f7dc5b5df8c04b5f291ac74f2..eecc79d36c21b786d02a6434f80e05733fb5176d 100644
--- a/indra/newview/tests/llviewerhelputil_test.cpp
+++ b/indra/newview/tests/llviewerhelputil_test.cpp
@@ -86,7 +86,7 @@ class LLAgent
 #ifdef __GNUC__
 	__attribute__ ((noinline))
 #endif
-	BOOL isGodlike() const { return FALSE; }
+	bool isGodlike() const { return FALSE; }
 };
 LLAgent gAgent;