summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateravatartextures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloateravatartextures.cpp')
-rw-r--r--indra/newview/llfloateravatartextures.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloateravatartextures.cpp b/indra/newview/llfloateravatartextures.cpp
index f05f9a7b52..3870448652 100644
--- a/indra/newview/llfloateravatartextures.cpp
+++ b/indra/newview/llfloateravatartextures.cpp
@@ -35,7 +35,7 @@
#include "lltexturectrl.h"
-#include "llvieweruictrlfactory.h"
+#include "lluictrlfactory.h"
#include "llviewerobjectlist.h"
#include "llvoavatar.h"
@@ -55,7 +55,7 @@ LLFloaterAvatarTextures* LLFloaterAvatarTextures::show(const LLUUID &id)
LLFloaterAvatarTextures* floaterp = new LLFloaterAvatarTextures(id);
// Builds and adds to gFloaterView
- gUICtrlFactory->buildFloater(floaterp, "floater_avatar_textures.xml");
+ LLUICtrlFactory::getInstance()->buildFloater(floaterp, "floater_avatar_textures.xml");
gFloaterView->addChild(floaterp);
floaterp->open(); /*Flawfinder: ignore*/