diff options
Diffstat (limited to 'indra')
| -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; | 
