diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-12-16 19:14:55 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-12-16 19:14:55 -0500 |
commit | 050294a23cffe41ca59581d4b73c881d484c8f5a (patch) | |
tree | 0eaa5480fc469727469984b0556dc0ab33f5e670 /indra/llxml | |
parent | c1ae63a872a90c234437bfc6f114964a65a1a562 (diff) |
DRTVWR-418: Fix a (correct) clang correctness complaint.
LLStatGraph::Threshold has an operator<(const Threshold& other) -- but because
the method itself wasn't marked const, it could only be used on a non-const
instance. This change fixes a case when it was applied to const instances.
Diffstat (limited to 'indra/llxml')
0 files changed, 0 insertions, 0 deletions