diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-09-10 22:12:11 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-09-10 22:12:11 +0300 |
commit | 60b20e3bd899198771b3c1b255be042864618cad (patch) | |
tree | bd1121b207ce3f753cb573fdf633b6e983b18679 /indra/newview/llfloaterconversationpreview.h | |
parent | 8a0b7eaaddf9170db5f205d94f680915da13239c (diff) |
MAINT-3117 FIXED crash in LLFloaterConversationPreview::showHistory() - optimization
Diffstat (limited to 'indra/newview/llfloaterconversationpreview.h')
-rwxr-xr-x | indra/newview/llfloaterconversationpreview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterconversationpreview.h b/indra/newview/llfloaterconversationpreview.h index f8796127ba..b0488f4ff1 100755 --- a/indra/newview/llfloaterconversationpreview.h +++ b/indra/newview/llfloaterconversationpreview.h @@ -62,7 +62,7 @@ private: std::string mAccountName; std::string mCompleteName; std::string mChatHistoryFileName; - bool mChatHistoryLoaded; + bool mShowHistory; }; #endif /* LLFLOATERCONVERSATIONPREVIEW_H_ */ |