diff options
Diffstat (limited to 'indra/newview/llimconversation.h')
-rw-r--r-- | indra/newview/llimconversation.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llimconversation.h b/indra/newview/llimconversation.h index ff248d97ff..edcae5e45d 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -89,7 +89,8 @@ public: void refreshConversation(); void buildConversationViewParticipant(); - + void setSortOrder(const LLConversationSort& order); + protected: // callback for click on any items of the visual states menu @@ -107,8 +108,6 @@ protected: // refresh a visual state of the Call button void updateCallBtnState(bool callIsActive); - void onSortMenuItemClicked(const LLSD& userdata); - void hideOrShowTitle(); // toggle the floater's drag handle void hideAllStandardButtons(); |