summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-08-23 11:32:20 -0700
committerMerov Linden <merov@lindenlab.com>2012-08-23 11:32:20 -0700
commit4ea73df484d22815026367771f9d728d755f6274 (patch)
tree6ffe6dc0eb3d2cb25bf5237130aa501b6dff3262 /indra/newview/llconversationview.h
parent679d0f78f9a4a83e5eb2ec857ceb2d9b8c6f4d91 (diff)
CHUI-282 : WIP : Further separate view from model for llconversation items
Diffstat (limited to 'indra/newview/llconversationview.h')
-rw-r--r--indra/newview/llconversationview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h
index 743efb6384..6a51e719c8 100644
--- a/indra/newview/llconversationview.h
+++ b/indra/newview/llconversationview.h
@@ -52,6 +52,7 @@ protected:
public:
virtual ~LLConversationViewSession( void ) { }
virtual void selectItem();
+ void setVisibleIfDetached(BOOL visible);
};
#endif // LL_LLCONVERSATIONVIEW_H