More linux compile fix.

This commit is contained in:
Inusaito Sayori
2015-03-21 06:07:47 -04:00
parent a7d3d08057
commit bd6496fe4a

View File

@@ -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());