Const qualify copy

This commit is contained in:
Liru Færs
2020-01-06 12:14:13 -05:00
parent af2ae76ca2
commit f73fb6424b
11 changed files with 13 additions and 13 deletions

View File

@@ -2874,7 +2874,7 @@ LLView* LLScrollListCtrl::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFac
// LLEditMenuHandler functions
// virtual
void LLScrollListCtrl::copy()
void LLScrollListCtrl::copy() const
{
std::string buffer;
for (auto item : getAllSelected())