aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llradiogroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llradiogroup.h')
-rw-r--r--linden/indra/llui/llradiogroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llradiogroup.h b/linden/indra/llui/llradiogroup.h
index 3dec41d..5b3e4db 100644
--- a/linden/indra/llui/llradiogroup.h
+++ b/linden/indra/llui/llradiogroup.h
@@ -115,7 +115,7 @@ public:
115 /*virtual*/ BOOL getCanSelect() const { return TRUE; } 115 /*virtual*/ BOOL getCanSelect() const { return TRUE; }
116 /*virtual*/ BOOL selectFirstItem() { return setSelectedIndex(0); } 116 /*virtual*/ BOOL selectFirstItem() { return setSelectedIndex(0); }
117 /*virtual*/ BOOL selectNthItem( S32 index ) { return setSelectedIndex(index); } 117 /*virtual*/ BOOL selectNthItem( S32 index ) { return setSelectedIndex(index); }
118 /*virtual*/ S32 getFirstSelectedIndex() { return getSelectedIndex(); } 118 /*virtual*/ S32 getFirstSelectedIndex() const { return getSelectedIndex(); }
119 /*virtual*/ BOOL setCurrentByID( const LLUUID& id ); 119 /*virtual*/ BOOL setCurrentByID( const LLUUID& id );
120 /*virtual*/ LLUUID getCurrentID(); // LLUUID::null if no items in menu 120 /*virtual*/ LLUUID getCurrentID(); // LLUUID::null if no items in menu
121 /*virtual*/ BOOL setSelectedByValue(LLSD value, BOOL selected); 121 /*virtual*/ BOOL setSelectedByValue(LLSD value, BOOL selected);