diff options
Diffstat (limited to 'linden/indra/newview/llnamelistctrl.cpp')
-rw-r--r-- | linden/indra/newview/llnamelistctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llnamelistctrl.cpp b/linden/indra/newview/llnamelistctrl.cpp index e30c129..935e6ac 100644 --- a/linden/indra/newview/llnamelistctrl.cpp +++ b/linden/indra/newview/llnamelistctrl.cpp | |||
@@ -54,7 +54,7 @@ LLNameListCtrl::LLNameListCtrl(const std::string& name, | |||
54 | BOOL draw_border, | 54 | BOOL draw_border, |
55 | S32 name_column_index, | 55 | S32 name_column_index, |
56 | const std::string& tooltip) | 56 | const std::string& tooltip) |
57 | : LLScrollListCtrl(name, rect, cb, userdata, allow_multiple_selection, | 57 | : LLScrollListCtrl(name, rect, NULL, cb, userdata, allow_multiple_selection, |
58 | draw_border), | 58 | draw_border), |
59 | mNameColumnIndex(name_column_index), | 59 | mNameColumnIndex(name_column_index), |
60 | mAllowCallingCardDrop(FALSE), | 60 | mAllowCallingCardDrop(FALSE), |