aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llcombobox.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llcombobox.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/llui/llcombobox.h b/linden/indra/llui/llcombobox.h
index 8c317ee..d77224a 100644
--- a/linden/indra/llui/llcombobox.h
+++ b/linden/indra/llui/llcombobox.h
@@ -65,8 +65,7 @@ public:
65 const LLRect &rect, 65 const LLRect &rect,
66 const LLString& label, 66 const LLString& label,
67 void (*commit_callback)(LLUICtrl*, void*) = NULL, 67 void (*commit_callback)(LLUICtrl*, void*) = NULL,
68 void *callback_userdata = NULL, 68 void *callback_userdata = NULL
69 S32 list_width = 0
70 ); 69 );
71 virtual ~LLComboBox(); 70 virtual ~LLComboBox();
72 71