diff options
Diffstat (limited to 'indra/newview/llimconversation.h')
-rw-r--r-- | indra/newview/llimconversation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llimconversation.h b/indra/newview/llimconversation.h index edcae5e45d..49cfcb68c4 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -81,6 +81,7 @@ public: /*virtual*/ BOOL postBuild(); /*virtual*/ void draw(); /*virtual*/ void setVisible(BOOL visible); + /*virtual*/ void setFocus(BOOL focus); // Handle the left hand participant list widgets void addConversationViewParticipant(LLConversationItem* item); @@ -91,6 +92,8 @@ public: void setSortOrder(const LLConversationSort& order); + virtual void updateMessages() {} + protected: // callback for click on any items of the visual states menu |