aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterpostprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterpostprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterpostprocess.cpp b/linden/indra/newview/llfloaterpostprocess.cpp
index 40589fb..a804a84 100644
--- a/linden/indra/newview/llfloaterpostprocess.cpp
+++ b/linden/indra/newview/llfloaterpostprocess.cpp
@@ -46,7 +46,7 @@
46LLFloaterPostProcess* LLFloaterPostProcess::sPostProcess = NULL; 46LLFloaterPostProcess* LLFloaterPostProcess::sPostProcess = NULL;
47 47
48 48
49LLFloaterPostProcess::LLFloaterPostProcess() : LLFloater("Post-Process Floater") 49LLFloaterPostProcess::LLFloaterPostProcess() : LLFloater(std::string("Post-Process Floater"))
50{ 50{
51 LLUICtrlFactory::getInstance()->buildFloater(this, "floater_post_process.xml"); 51 LLUICtrlFactory::getInstance()->buildFloater(this, "floater_post_process.xml");
52 52