More linux compile fix.
This commit is contained in:
@@ -118,7 +118,7 @@ void ALFloaterRegionTracker::refresh()
|
||||
return;
|
||||
}
|
||||
|
||||
std::vector<const std::string> saved_selected_values;
|
||||
std::vector<std::string> saved_selected_values;
|
||||
BOOST_FOREACH(const LLScrollListItem* item, mRegionScrollList->getAllSelected())
|
||||
{
|
||||
saved_selected_values.push_back(item->getValue().asString());
|
||||
|
||||
Reference in New Issue
Block a user