diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llmodaldialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/llmodaldialog.cpp b/linden/indra/llui/llmodaldialog.cpp index 160495d..1b05b0e 100644 --- a/linden/indra/llui/llmodaldialog.cpp +++ b/linden/indra/llui/llmodaldialog.cpp | |||
@@ -43,8 +43,8 @@ | |||
43 | // static | 43 | // static |
44 | std::list<LLModalDialog*> LLModalDialog::sModalStack; | 44 | std::list<LLModalDialog*> LLModalDialog::sModalStack; |
45 | 45 | ||
46 | LLModalDialog::LLModalDialog( const LLString& title, S32 width, S32 height, BOOL modal ) | 46 | LLModalDialog::LLModalDialog( const std::string& title, S32 width, S32 height, BOOL modal ) |
47 | : LLFloater( "modal container", | 47 | : LLFloater( std::string("modal container"), |
48 | LLRect( 0, height, width, 0 ), | 48 | LLRect( 0, height, width, 0 ), |
49 | title, | 49 | title, |
50 | FALSE, // resizable | 50 | FALSE, // resizable |