diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterclassified.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterclassified.cpp b/linden/indra/newview/llfloaterclassified.cpp index 914b202..b374f43 100644 --- a/linden/indra/newview/llfloaterclassified.cpp +++ b/linden/indra/newview/llfloaterclassified.cpp | |||
@@ -37,10 +37,10 @@ | |||
37 | // viewer project includes | 37 | // viewer project includes |
38 | #include "llcommandhandler.h" | 38 | #include "llcommandhandler.h" |
39 | #include "llpanelclassified.h" | 39 | #include "llpanelclassified.h" |
40 | #include "llvieweruictrlfactory.h" | ||
41 | 40 | ||
42 | // linden library includes | 41 | // linden library includes |
43 | #include "lluuid.h" | 42 | #include "lluuid.h" |
43 | #include "lluictrlfactory.h" | ||
44 | 44 | ||
45 | //----------------------------------------------------------------------------- | 45 | //----------------------------------------------------------------------------- |
46 | // Globals | 46 | // Globals |
@@ -82,7 +82,7 @@ LLFloaterClassifiedInfo::LLFloaterClassifiedInfo(const std::string& name, const | |||
82 | mClassifiedID( id ) | 82 | mClassifiedID( id ) |
83 | { | 83 | { |
84 | mFactoryMap["classified_details_panel"] = LLCallbackMap(LLFloaterClassifiedInfo::createClassifiedDetail, this); | 84 | mFactoryMap["classified_details_panel"] = LLCallbackMap(LLFloaterClassifiedInfo::createClassifiedDetail, this); |
85 | gUICtrlFactory->buildFloater(this, "floater_preview_classified.xml", &getFactoryMap()); | 85 | LLUICtrlFactory::getInstance()->buildFloater(this, "floater_preview_classified.xml", &getFactoryMap()); |
86 | gClassifiedInfoInstances.addData(id, this); | 86 | gClassifiedInfoInstances.addData(id, this); |
87 | } | 87 | } |
88 | 88 | ||