diff options
Diffstat (limited to 'linden/indra/llui/llctrlselectioninterface.h')
-rw-r--r-- | linden/indra/llui/llctrlselectioninterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llctrlselectioninterface.h b/linden/indra/llui/llctrlselectioninterface.h index e21f039..237aa94 100644 --- a/linden/indra/llui/llctrlselectioninterface.h +++ b/linden/indra/llui/llctrlselectioninterface.h | |||
@@ -56,7 +56,7 @@ public: | |||
56 | virtual BOOL selectFirstItem() = 0; | 56 | virtual BOOL selectFirstItem() = 0; |
57 | virtual BOOL selectNthItem( S32 index ) = 0; | 57 | virtual BOOL selectNthItem( S32 index ) = 0; |
58 | 58 | ||
59 | virtual S32 getFirstSelectedIndex() = 0; | 59 | virtual S32 getFirstSelectedIndex() const = 0; |
60 | 60 | ||
61 | // TomY TODO: Simply cast the UUIDs to LLSDs, using the selectByValue function | 61 | // TomY TODO: Simply cast the UUIDs to LLSDs, using the selectByValue function |
62 | virtual BOOL setCurrentByID( const LLUUID& id ) = 0; | 62 | virtual BOOL setCurrentByID( const LLUUID& id ) = 0; |