diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-01-04 15:52:20 -0800 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-04 15:52:20 -0800 |
| commit | 10614ebd917f4dbb8a16e8a0473409c42f8d7608 (patch) | |
| tree | df96de9e1feef6ac7b464e048ca280c77f5c88c6 /indra/llui/llscrolllistctrl.h | |
| parent | 3fd7752f1289f67db93e76833cc9804d057bc3c8 (diff) | |
Hijaking the land status messaging for temporary development of the pathfinding linksets floater.
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
| -rw-r--r-- | indra/llui/llscrolllistctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h index ae8aea9245..44d9635838 100644 --- a/indra/llui/llscrolllistctrl.h +++ b/indra/llui/llscrolllistctrl.h @@ -257,6 +257,7 @@ public: LLScrollListItem* getFirstSelected() const; virtual S32 getFirstSelectedIndex() const; std::vector<LLScrollListItem*> getAllSelected() const; + S32 getNumSelected() const; LLScrollListItem* getLastSelectedItem() const { return mLastSelected; } // iterate over all items |
