summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationmodel.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-12-11 17:51:00 -0800
committerGilbert Gonzales <gilbert@lindenlab.com>2012-12-11 17:51:00 -0800
commitb4e738e5034cde1699a7a3cbe51b84c3294eedd0 (patch)
treea635b92a70a86ff5d78b483064815fe7c3e083a2 /indra/newview/llconversationmodel.h
parent34558181c7fad95c235bca1e29c282ca09d136ba (diff)
parent8037b435883f6d0cc0ba01e4f5bdbeea47c99074 (diff)
merging in latest changes
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rwxr-xr-xindra/newview/llconversationmodel.h2
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);