diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llctrlselectioninterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llctrlselectioninterface.h b/linden/indra/llui/llctrlselectioninterface.h index 121d971..b4d3fc0 100644 --- a/linden/indra/llui/llctrlselectioninterface.h +++ b/linden/indra/llui/llctrlselectioninterface.h | |||
@@ -58,6 +58,7 @@ public: | |||
58 | 58 | ||
59 | virtual BOOL selectFirstItem() = 0; | 59 | virtual BOOL selectFirstItem() = 0; |
60 | virtual BOOL selectNthItem( S32 index ) = 0; | 60 | virtual BOOL selectNthItem( S32 index ) = 0; |
61 | virtual BOOL selectItemRange( S32 first, S32 last ) = 0; | ||
61 | 62 | ||
62 | virtual S32 getFirstSelectedIndex() const = 0; | 63 | virtual S32 getFirstSelectedIndex() const = 0; |
63 | 64 | ||