adding some floaters I forgot

This commit is contained in:
Hazim Gazov
2010-04-23 10:17:08 -03:00
parent e204d77d52
commit f4857c6afb
16 changed files with 1761 additions and 6 deletions

View File

@@ -1250,6 +1250,7 @@ const std::string LLInventoryPanel::DEFAULT_SORT_ORDER = std::string("InventoryS
const std::string LLInventoryPanel::RECENTITEMS_SORT_ORDER = std::string("RecentItemsSortOrder");
const std::string LLInventoryPanel::WORNITEMS_SORT_ORDER = std::string("WornItemsSortOrder");
const std::string LLInventoryPanel::INHERIT_SORT_ORDER = std::string("");
// <edit>
std::list<LLInventoryPanel*> LLInventoryPanel::sInstances;
// </edit>
@@ -1669,6 +1670,7 @@ void LLInventoryPanel::buildNewViews(const LLUUID& id)
mInventory->unlockDirectDescendentArrays(id);
}
}
// <edit>
void LLInventoryPanel::buildNewViews(const LLInventoryObject* objectp)
{
@@ -1766,6 +1768,7 @@ void LLInventoryPanel::buildNewViews(const LLInventoryObject* objectp)
mInventory->unlockDirectDescendentArrays(objectp->getUUID());
}
}
// </edit>
struct LLConfirmPurgeData
{