aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/v4coloru.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmath/v4coloru.h')
-rw-r--r--linden/indra/llmath/v4coloru.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/v4coloru.h b/linden/indra/llmath/v4coloru.h
index c9c5418..910a081 100644
--- a/linden/indra/llmath/v4coloru.h
+++ b/linden/indra/llmath/v4coloru.h
@@ -127,7 +127,7 @@ public:
127 inline void setVecScaleClamp(const LLColor3 &color); 127 inline void setVecScaleClamp(const LLColor3 &color);
128 inline void setVecScaleClamp(const LLColor4 &color); 128 inline void setVecScaleClamp(const LLColor4 &color);
129 129
130 static BOOL parseColor4U(const char* buf, LLColor4U* value); 130 static BOOL parseColor4U(const std::string& buf, LLColor4U* value);
131 131
132 static LLColor4U white; 132 static LLColor4U white;
133 static LLColor4U black; 133 static LLColor4U black;