diff options
Diffstat (limited to 'indra/newview/llviewertexteditor.h')
-rw-r--r-- | indra/newview/llviewertexteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexteditor.h b/indra/newview/llviewertexteditor.h index f52ffe9795..e05a61c3a3 100644 --- a/indra/newview/llviewertexteditor.h +++ b/indra/newview/llviewertexteditor.h @@ -50,7 +50,7 @@ public: LLViewerTextEditor(const LLString& name, const LLRect& rect, S32 max_length, - const LLString& default_text = "", + const LLString& default_text = LLString(), const LLFontGL* glfont = NULL, BOOL allow_embedded_items = FALSE); |