aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llctrlselectioninterface.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:29 -0500
committerJacek Antonelli2008-08-15 23:45:29 -0500
commit7bdb4845afdd157f95281293803567090e3f992a (patch)
treefbcada1c227d7407f9f37ccba360bfe6326d9c5e /linden/indra/llui/llctrlselectioninterface.h
parentSecond Life viewer sources 1.19.0.0 (diff)
downloadmeta-impy-7bdb4845afdd157f95281293803567090e3f992a.zip
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.gz
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.bz2
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.xz
Second Life viewer sources 1.19.0.2
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llctrlselectioninterface.h1
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