summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-13 22:22:30 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-13 22:22:30 -0500
commit68c6ff791ffdd01e98cf7fae61b868db4a6d1698 (patch)
tree85d72f4b17b0063e3399a89805e3db469bb0811b
parentcd9c5e5d7062277d34653e19429c2bf3774f9ac9 (diff)
Fix for post-merge compile error.
-rw-r--r--indra/newview/llagentwearables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index a6664778fb..ab518adadd 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -2145,7 +2145,7 @@ void LLLibraryOutfitsFetch::contentsDone(void)
LLFolderType::FT_OUTFIT,
mOutfits[i].second);
- LLAppearanceManager::shallowCopyCategory(mOutfits[i].first, folder_id, NULL);
+ LLAppearanceManager::getInstance()->shallowCopyCategory(mOutfits[i].first, folder_id, NULL);
gInventory.notifyObservers();
}
mOutfitsPopulated = true;