aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llscrolllistctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llscrolllistctrl.h')
-rw-r--r--linden/indra/llui/llscrolllistctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llscrolllistctrl.h b/linden/indra/llui/llscrolllistctrl.h
index 5ceee2e..a98a411 100644
--- a/linden/indra/llui/llscrolllistctrl.h
+++ b/linden/indra/llui/llscrolllistctrl.h
@@ -589,6 +589,7 @@ protected:
589 void selectNextItem(BOOL extend_selection); 589 void selectNextItem(BOOL extend_selection);
590 void drawItems(); 590 void drawItems();
591 void updateLineHeight(); 591 void updateLineHeight();
592 void updateLineHeightInsert(LLScrollListItem* item);
592 void reportInvalidInput(); 593 void reportInvalidInput();
593 BOOL isRepeatedChars(const LLWString& string) const; 594 BOOL isRepeatedChars(const LLWString& string) const;
594 void selectItem(LLScrollListItem* itemp, BOOL single_select = TRUE); 595 void selectItem(LLScrollListItem* itemp, BOOL single_select = TRUE);