diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-04 14:36:43 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-04 14:36:43 -0700 |
commit | ea23285f8b728bf52c8490610c610f4abd2d6957 (patch) | |
tree | eee90fcec08768ee1ba55adabbedd635a4a4dfe4 /indra/newview/llfloaterpathfindinglinksets.h | |
parent | fb7c7043a467d0d6c2b741ca603b6b1c57a52ae9 (diff) |
Ensuring that the scroll list is rebuilt after any missing avatar names are loaded into cache.
Diffstat (limited to 'indra/newview/llfloaterpathfindinglinksets.h')
-rw-r--r-- | indra/newview/llfloaterpathfindinglinksets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.h b/indra/newview/llfloaterpathfindinglinksets.h index 87719e28f0..4b19f09cda 100644 --- a/indra/newview/llfloaterpathfindinglinksets.h +++ b/indra/newview/llfloaterpathfindinglinksets.h @@ -62,7 +62,7 @@ protected: virtual void requestGetObjects(); - virtual LLSD convertObjectsIntoScrollListData(const LLPathfindingObjectListPtr pObjectListPtr) const; + virtual LLSD convertObjectsIntoScrollListData(const LLPathfindingObjectListPtr pObjectListPtr); virtual void updateControls(); |