diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterbuildoptions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterbuildoptions.cpp b/linden/indra/newview/llfloaterbuildoptions.cpp index fac5ea3..377dd75 100644 --- a/linden/indra/newview/llfloaterbuildoptions.cpp +++ b/linden/indra/newview/llfloaterbuildoptions.cpp | |||
@@ -37,7 +37,7 @@ | |||
37 | #include "llviewerprecompiledheaders.h" | 37 | #include "llviewerprecompiledheaders.h" |
38 | 38 | ||
39 | #include "llfloaterbuildoptions.h" | 39 | #include "llfloaterbuildoptions.h" |
40 | #include "llvieweruictrlfactory.h" | 40 | #include "lluictrlfactory.h" |
41 | 41 | ||
42 | // library includes | 42 | // library includes |
43 | #include "llfontgl.h" | 43 | #include "llfontgl.h" |
@@ -79,7 +79,7 @@ void LLFloaterBuildOptions::show(void*) | |||
79 | { | 79 | { |
80 | LLFloaterBuildOptions* floater = new LLFloaterBuildOptions(); | 80 | LLFloaterBuildOptions* floater = new LLFloaterBuildOptions(); |
81 | 81 | ||
82 | gUICtrlFactory->buildFloater(floater, "floater_build_options.xml"); | 82 | LLUICtrlFactory::getInstance()->buildFloater(floater, "floater_build_options.xml"); |
83 | floater->open(); /*Flawfinder: ignore*/ | 83 | floater->open(); /*Flawfinder: ignore*/ |
84 | } | 84 | } |
85 | } | 85 | } |