diff options
Diffstat (limited to 'indra/newview/llpaneloutfitedit.cpp')
-rw-r--r-- | indra/newview/llpaneloutfitedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index 6139174da3..55bf25f15b 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -460,7 +460,7 @@ void LLPanelOutfitEdit::lookFetched(void) if (mLookContents->getItemCount() != mNumItemsInLook) { mNumItemsInLook = mLookContents->getItemCount(); - LLAppearanceManager::instance().updateCOF(mLookID); + LLAppearanceMgr::instance().updateCOF(mLookID); } } @@ -470,7 +470,7 @@ void LLPanelOutfitEdit::updateLookInfo() { mLookContents->clearRows(); - LLInventoryFetchDescendentsObserver::folder_ref_t folders; + uuid_vec_t folders; folders.push_back(mLookID); mFetchLook->fetchDescendents(folders); if (mFetchLook->isEverythingComplete()) |