aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llcombobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llcombobox.h')
-rw-r--r--linden/indra/llui/llcombobox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/llcombobox.h b/linden/indra/llui/llcombobox.h
index f92fe44..7384b87 100644
--- a/linden/indra/llui/llcombobox.h
+++ b/linden/indra/llui/llcombobox.h
@@ -225,6 +225,8 @@ public:
225 static void onActionButtonClick(void *userdata); 225 static void onActionButtonClick(void *userdata);
226 static void onSelectAction(LLUICtrl* ctrl, void *userdata); 226 static void onSelectAction(LLUICtrl* ctrl, void *userdata);
227 227
228 void setLabel(const LLStringExplicit& name);
229
228protected: 230protected:
229 LLButton* mActionButton; 231 LLButton* mActionButton;
230 LLPointer<LLUIImage> mActionButtonImage; 232 LLPointer<LLUIImage> mActionButtonImage;