diff options
Diffstat (limited to 'linden/indra/newview/llfloaterbuildoptions.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterbuildoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterbuildoptions.cpp b/linden/indra/newview/llfloaterbuildoptions.cpp index 377dd75..9080acb 100644 --- a/linden/indra/newview/llfloaterbuildoptions.cpp +++ b/linden/indra/newview/llfloaterbuildoptions.cpp | |||
@@ -58,7 +58,7 @@ LLFloaterBuildOptions *LLFloaterBuildOptions::sInstance = NULL; | |||
58 | // Methods | 58 | // Methods |
59 | // | 59 | // |
60 | LLFloaterBuildOptions::LLFloaterBuildOptions( ) | 60 | LLFloaterBuildOptions::LLFloaterBuildOptions( ) |
61 | : LLFloater("build options floater") | 61 | : LLFloater(std::string("build options floater")) |
62 | { | 62 | { |
63 | sInstance = this; | 63 | sInstance = this; |
64 | } | 64 | } |