Mac buildfix
parent
5de9754e30
commit
e31f4a352d
|
|
@ -683,7 +683,7 @@ public:
|
|||
protected:
|
||||
virtual LLBoundListener listen_impl(const std::string& name, const LLEventListener&,
|
||||
const NameList& after,
|
||||
const NameList& before);
|
||||
const NameList& before) override;
|
||||
|
||||
private:
|
||||
typedef std::list<LLSD> EventList;
|
||||
|
|
|
|||
|
|
@ -516,7 +516,6 @@ LLLayoutPanel* LLLayoutStack::findEmbeddedPanel(LLPanel* panelp) const
|
|||
{
|
||||
if (!panelp) return NULL;
|
||||
|
||||
e_panel_list_t::const_iterator panel_it;
|
||||
BOOST_FOREACH(LLLayoutPanel* p, mPanels)
|
||||
{
|
||||
if (p == panelp)
|
||||
|
|
|
|||
|
|
@ -1865,7 +1865,6 @@ bool LLAppearanceMgr::getCanRemoveOutfit(const LLUUID& outfit_cat_id)
|
|||
LLFindNonRemovableObjects filter_non_removable;
|
||||
LLInventoryModel::cat_array_t cats;
|
||||
LLInventoryModel::item_array_t items;
|
||||
LLInventoryModel::item_array_t::const_iterator it;
|
||||
gInventory.collectDescendentsIf(outfit_cat_id, cats, items, false, filter_non_removable);
|
||||
if (!cats.empty() || !items.empty())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue