diff options
| author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-02-16 00:07:58 +0100 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-16 10:17:55 +0200 | 
| commit | 9480a98cffaafa5826b8daad20020cf399bbbefc (patch) | |
| tree | 32ddf9fc0d844e27b58956aa8c5d68145164dbb8 /indra/llmath/v4coloru.h | |
| parent | a02459dea6c24d851ab5e76f63f31376d9d4791c (diff) | |
Replace most of BOOL with bool in llmath
Diffstat (limited to 'indra/llmath/v4coloru.h')
| -rw-r--r-- | indra/llmath/v4coloru.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/indra/llmath/v4coloru.h b/indra/llmath/v4coloru.h index 0f2eff3d14..ca6a5425f9 100644 --- a/indra/llmath/v4coloru.h +++ b/indra/llmath/v4coloru.h @@ -112,12 +112,11 @@ public:  	LLColor4U addClampMax(const LLColor4U &color);						// Add and clamp the max  	LLColor4U multAll(const F32 k);										// Multiply ALL channels by scalar k -	const LLColor4U& combine();  	inline void setVecScaleClamp(const LLColor3 &color);  	inline void setVecScaleClamp(const LLColor4 &color); -	static BOOL parseColor4U(const std::string& buf, LLColor4U* value); +	static bool parseColor4U(const std::string& buf, LLColor4U* value);  	// conversion  	operator LLColor4() const | 
