diff options
Diffstat (limited to 'linden/indra/newview/llfloaterbump.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterbump.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloaterbump.cpp b/linden/indra/newview/llfloaterbump.cpp index d340112..61d1b81 100644 --- a/linden/indra/newview/llfloaterbump.cpp +++ b/linden/indra/newview/llfloaterbump.cpp | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | #include "llscrolllistctrl.h" | 37 | #include "llscrolllistctrl.h" |
38 | 38 | ||
39 | #include "llvieweruictrlfactory.h" | 39 | #include "lluictrlfactory.h" |
40 | #include "llviewermessage.h" | 40 | #include "llviewermessage.h" |
41 | #include "llappviewer.h" // gPacificDaylightTime | 41 | #include "llappviewer.h" // gPacificDaylightTime |
42 | 42 | ||
@@ -55,7 +55,7 @@ LLFloaterBump::LLFloaterBump() | |||
55 | { | 55 | { |
56 | sInstance = this; | 56 | sInstance = this; |
57 | 57 | ||
58 | gUICtrlFactory->buildFloater(this, "floater_bumps.xml"); | 58 | LLUICtrlFactory::getInstance()->buildFloater(this, "floater_bumps.xml"); |
59 | } | 59 | } |
60 | 60 | ||
61 | 61 | ||
@@ -78,7 +78,7 @@ void LLFloaterBump::show(void *contents) | |||
78 | sInstance = new LLFloaterBump(); | 78 | sInstance = new LLFloaterBump(); |
79 | } | 79 | } |
80 | 80 | ||
81 | LLScrollListCtrl* list = LLUICtrlFactory::getScrollListByName(sInstance, "bump_list"); | 81 | LLScrollListCtrl* list = sInstance->getChild<LLScrollListCtrl>("bump_list"); |
82 | if (!list) return; | 82 | if (!list) return; |
83 | list->deleteAllItems(); | 83 | list->deleteAllItems(); |
84 | 84 | ||