diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-03-29 11:02:39 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-03-29 11:02:39 -0400 |
| commit | 4ff53b90660477f54ba3c8ca9a9718fe0d16a1dd (patch) | |
| tree | de95ec4ccefed9dbea94ad0eb3c8350eb78bda32 /indra/newview/llfloatergesture.cpp | |
| parent | 783eb286a67e6f9ace5561073a16c9c1b7f1ade5 (diff) | |
For EXT-4666: changed LLAppearanceManager to LLAppearanceMgr throughout
Diffstat (limited to 'indra/newview/llfloatergesture.cpp')
| -rw-r--r-- | indra/newview/llfloatergesture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatergesture.cpp b/indra/newview/llfloatergesture.cpp index 9c1ac2631d..ff1d68aee1 100644 --- a/indra/newview/llfloatergesture.cpp +++ b/indra/newview/llfloatergesture.cpp @@ -612,7 +612,7 @@ void LLFloaterGesture::addToCurrentOutFit() { std::vector<LLUUID> ids; getSelectedIds(ids); - LLAppearanceManager* am = LLAppearanceManager::getInstance(); + LLAppearanceMgr* am = LLAppearanceMgr::getInstance(); for(std::vector<LLUUID>::const_iterator it = ids.begin(); it != ids.end(); it++) { am->addCOFItemLink(*it); |
