aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloateravatartextures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloateravatartextures.cpp')
-rw-r--r--linden/indra/newview/llfloateravatartextures.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloateravatartextures.cpp b/linden/indra/newview/llfloateravatartextures.cpp
index d112ee2..0b529b7 100644
--- a/linden/indra/newview/llfloateravatartextures.cpp
+++ b/linden/indra/newview/llfloateravatartextures.cpp
@@ -35,7 +35,7 @@
35 35
36#include "lltexturectrl.h" 36#include "lltexturectrl.h"
37 37
38#include "llvieweruictrlfactory.h" 38#include "lluictrlfactory.h"
39#include "llviewerobjectlist.h" 39#include "llviewerobjectlist.h"
40#include "llvoavatar.h" 40#include "llvoavatar.h"
41 41
@@ -55,7 +55,7 @@ LLFloaterAvatarTextures* LLFloaterAvatarTextures::show(const LLUUID &id)
55 LLFloaterAvatarTextures* floaterp = new LLFloaterAvatarTextures(id); 55 LLFloaterAvatarTextures* floaterp = new LLFloaterAvatarTextures(id);
56 56
57 // Builds and adds to gFloaterView 57 // Builds and adds to gFloaterView
58 gUICtrlFactory->buildFloater(floaterp, "floater_avatar_textures.xml"); 58 LLUICtrlFactory::getInstance()->buildFloater(floaterp, "floater_avatar_textures.xml");
59 59
60 gFloaterView->addChild(floaterp); 60 gFloaterView->addChild(floaterp);
61 floaterp->open(); /*Flawfinder: ignore*/ 61 floaterp->open(); /*Flawfinder: ignore*/