aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterpostprocess.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llfloaterpostprocess.cpp
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/llfloaterpostprocess.cpp')
-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