diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-12-10 17:22:56 +0200 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-12-10 17:22:56 +0200 |
commit | f49d47b3041c6b36b36a23b67eec609e95494acc (patch) | |
tree | 8f238f9f017879115ec4f0847934a13bc31bd7b7 /indra/newview/llconversationmodel.h | |
parent | 53471178fed23f32fbb967b6d001c58d8612e450 (diff) |
CHUI-394 (Group moderation tools missing in right click menus)
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rwxr-xr-x | indra/newview/llconversationmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index dd849210a8..7177d3a414 100755 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -138,6 +138,7 @@ protected: EConversationType mConvType; // Type of conversation item bool mNeedsRefresh; // Flag signaling to the view that something changed for this item F64 mLastActiveTime; + bool mDisplayModeratorOptions; }; class LLConversationItemSession : public LLConversationItem @@ -198,6 +199,7 @@ public: LLConversationItemSession* getParentSession(); void dumpDebugData(); + void setModeratorOptionsVisible(bool visible) { mDisplayModeratorOptions = visible; } private: void onAvatarNameCache(const LLAvatarName& av_name); |