summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-12-20 11:14:51 -0500
committerOz Linden <oz@lindenlab.com>2016-12-20 11:14:51 -0500
commit498ffa1acee1b59e8e2e1e57a3e1640f7b368168 (patch)
tree122e1cb7a553904bf9a36558c26010507738a878 /indra/llui
parent17ca7fc38d7abebd009396d6a2ad22edc3ed7836 (diff)
parentfd79bb9c7dbd0180f6dd3711450083ea2020e93f (diff)
merge changes from project trunk
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llstatgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llstatgraph.h b/indra/llui/llstatgraph.h
index f381e92a4d..ba7cfc5d10 100644
--- a/indra/llui/llstatgraph.h
+++ b/indra/llui/llstatgraph.h
@@ -126,7 +126,7 @@ private:
F32 mValue;
LLUIColor mColor;
- bool operator <(const Threshold& other)
+ bool operator <(const Threshold& other) const
{
return mValue < other.mValue;
}