diff options
author | Kelly Washington <kelly@lindenlab.com> | 2012-06-25 13:41:53 -0700 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2012-06-25 13:41:53 -0700 |
commit | 0ee53b21d2a7bf2cd37c7bcdc2a86e0f079fbefc (patch) | |
tree | 6ea0a8123b3d26d52f22e2a5b9357943cf88e2cd /indra/llui/llscrolllistctrl.h | |
parent | 90547ff411db177bf6424ca553449a81a808fc0f (diff) |
MAINT-30 Estate access lists for groups and residents are blank when "Allow public access" is checked.
MAINT-1200 Resident names not sorted in About Land (or Estate management) floater's allowed/banned boxes
reviewed with Simon
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..6660c07b8e 100644 --- a/indra/llui/llscrolllistctrl.h +++ b/indra/llui/llscrolllistctrl.h @@ -373,6 +373,7 @@ public: std::string getSortColumnName(); BOOL getSortAscending() { return mSortColumns.empty() ? TRUE : mSortColumns.back().second; } BOOL hasSortOrder() const; + void clearSortOrder(); S32 selectMultiple( uuid_vec_t ids ); // conceptually const, but mutates mItemList |