diff options
Diffstat (limited to 'linden/indra/llui/llctrlselectioninterface.cpp')
-rw-r--r-- | linden/indra/llui/llctrlselectioninterface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/llctrlselectioninterface.cpp b/linden/indra/llui/llctrlselectioninterface.cpp index 996f5b3..3ef0f83 100644 --- a/linden/indra/llui/llctrlselectioninterface.cpp +++ b/linden/indra/llui/llctrlselectioninterface.cpp | |||
@@ -53,12 +53,12 @@ BOOL LLCtrlSelectionInterface::deselectByValue(LLSD value) | |||
53 | LLCtrlListInterface::~LLCtrlListInterface() | 53 | LLCtrlListInterface::~LLCtrlListInterface() |
54 | { } | 54 | { } |
55 | 55 | ||
56 | LLScrollListItem* LLCtrlListInterface::addSimpleElement(const LLString& value) | 56 | LLScrollListItem* LLCtrlListInterface::addSimpleElement(const std::string& value) |
57 | { | 57 | { |
58 | return addSimpleElement(value, ADD_BOTTOM, LLSD()); | 58 | return addSimpleElement(value, ADD_BOTTOM, LLSD()); |
59 | } | 59 | } |
60 | 60 | ||
61 | LLScrollListItem* LLCtrlListInterface::addSimpleElement(const LLString& value, EAddPosition pos) | 61 | LLScrollListItem* LLCtrlListInterface::addSimpleElement(const std::string& value, EAddPosition pos) |
62 | { | 62 | { |
63 | return addSimpleElement(value, pos, LLSD()); | 63 | return addSimpleElement(value, pos, LLSD()); |
64 | } | 64 | } |