Skip to content
Snippets Groups Projects
Commit 050294a2 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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.
parent c1ae63a8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment