summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-04-13 14:50:07 -0700
committerRider Linden <rider@lindenlab.com>2018-04-13 14:50:07 -0700
commit033b6269593deb370378663354ee2a78eba54387 (patch)
tree200c8575c45a2384a8fa2803cd9a724c85057eae /indra/newview/llviewerregion.h
parent7b56db31f91545102744885b4f70c93278e837bd (diff)
parent41f4e854732a7c75a813b2e99285cc41bde13e5e (diff)
Merge
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r--indra/newview/llviewerregion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index 1628c3620a..caf0b0cbf1 100644
--- a/indra/newview/llviewerregion.h
+++ b/indra/newview/llviewerregion.h
@@ -444,7 +444,7 @@ public:
struct CompareRegionByLastUpdate
{
- bool operator()(const LLViewerRegion* const& lhs, const LLViewerRegion* const& rhs)
+ bool operator()(const LLViewerRegion* const& lhs, const LLViewerRegion* const& rhs) const
{
S32 lpa = lhs->getLastUpdate();
S32 rpa = rhs->getLastUpdate();