diff options
Diffstat (limited to 'indra/llcommon')
| -rw-r--r-- | indra/llcommon/tests/llstring_test.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcommon/tests/llstring_test.cpp b/indra/llcommon/tests/llstring_test.cpp index a7aa347222..3e31a5d667 100644 --- a/indra/llcommon/tests/llstring_test.cpp +++ b/indra/llcommon/tests/llstring_test.cpp @@ -231,7 +231,7 @@ namespace tut  	template<> template<>  	void string_index_object_t::test<17>()  	{ -		BOOL value; +		bool value;  		std::string str_val("1");  		ensure("convertToBOOL 1 failed", LLStringUtil::convertToBOOL(str_val, value) && value);  		str_val = "T"; | 
