diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-06-19 20:37:07 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-06-19 20:37:07 +0300 |
commit | ad4ae5583534197cb00c13d769e504fcde4d19d5 (patch) | |
tree | 8aab896311a7b16928a779321987dd5763dbc6ce /indra/llui | |
parent | 18aabdfd3d2efc1b5507e2fe001cfc36ee84b710 (diff) |
Win build fix
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llchatentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp index 6f51705b90..1da7900f59 100644 --- a/indra/llui/llchatentry.cpp +++ b/indra/llui/llchatentry.cpp @@ -30,7 +30,7 @@ static LLDefaultChildRegistry::Register<LLChatEntry> r("text_editor"); -LLChatEntry::LLChatEntry::Params::Params() +LLChatEntry::Params::Params() : has_history("has_history", true), is_expandable("is_expandable", false), expand_lines_count("expand_lines_count", 1) |