diff options
Diffstat (limited to 'indra/newview/llimpanel.h')
-rw-r--r-- | indra/newview/llimpanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llimpanel.h b/indra/newview/llimpanel.h index 8650d8fa07..d35aca0e42 100644 --- a/indra/newview/llimpanel.h +++ b/indra/newview/llimpanel.h @@ -413,6 +413,9 @@ private: LLPanelChatControlPanel* mControlPanel; LLUUID mSessionID; S32 mLastMessageIndex; + // username of last user who added text to this conversation, used to + // suppress duplicate username divider bars + std::string mLastFromName; EInstantMessage mDialog; LLUUID mOtherParticipantUUID; LLViewerTextEditor* mHistoryEditor; |