From 7138fb673ac3df46b9cb5f23d0d74e70fdd2b6b3 Mon Sep 17 00:00:00 2001 From: Monroe Williams Date: Thu, 2 Aug 2007 01:18:34 +0000 Subject: Merge down from Branch_1-18-1: svn merge --ignore-ancestry svn+ssh://svn.lindenlab.com/svn/linden/release@66449 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-1@67131 --- indra/llui/llctrlselectioninterface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/llui/llctrlselectioninterface.h') diff --git a/indra/llui/llctrlselectioninterface.h b/indra/llui/llctrlselectioninterface.h index 698d609593..9df7475a6c 100644 --- a/indra/llui/llctrlselectioninterface.h +++ b/indra/llui/llctrlselectioninterface.h @@ -31,6 +31,8 @@ public: virtual BOOL getCanSelect() const = 0; + virtual S32 getItemCount() const = 0; + virtual BOOL selectFirstItem() = 0; virtual BOOL selectNthItem( S32 index ) = 0; @@ -56,7 +58,6 @@ class LLCtrlListInterface : public LLCtrlSelectionInterface public: virtual ~LLCtrlListInterface(); - virtual S32 getItemCount() const = 0; virtual void addColumn(const LLSD& column, EAddPosition pos = ADD_BOTTOM) = 0; virtual void clearColumns() = 0; virtual void setColumnLabel(const LLString& column, const LLString& label) = 0; -- cgit v1.2.3