diff options
author | Graham Linden <graham@lindenlab.com> | 2018-06-08 17:29:56 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-06-08 17:29:56 +0100 |
commit | b26dbf562f43deea780e4ab615b2b5608c3c5d60 (patch) | |
tree | 9bdddc2bdbfe1e40df4d4fd61c318ed7cb9b8966 /indra/llui/llscrolllistctrl.cpp | |
parent | d0727e9286649d5ea5b19871239dfb1ae75bc1e1 (diff) |
MAINT-8741 fix compile issue with OSX 10.14 SDK
Diffstat (limited to 'indra/llui/llscrolllistctrl.cpp')
-rw-r--r-- | indra/llui/llscrolllistctrl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp index 212e27477b..ed65b1e45f 100644 --- a/indra/llui/llscrolllistctrl.cpp +++ b/indra/llui/llscrolllistctrl.cpp @@ -2784,7 +2784,6 @@ void LLScrollListCtrl::onClickColumn(void *userdata) } // if this column is the primary sort key, reverse the direction - sort_column_t cur_sort_column; if (!parent->mSortColumns.empty() && parent->mSortColumns.back().first == column_index) { ascending = !parent->mSortColumns.back().second; |