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 649c200899..94a3a7781b 100644 --- a/indra/newview/llimconversation.h +++ b/indra/newview/llimconversation.h @@ -57,6 +57,9 @@ public: */ static bool isChatMultiTab(); + static LLIMConversation* findConversation(const LLUUID& uuid); + static LLIMConversation* getConversation(const LLUUID& uuid); + // show/hide the translation check box void showTranslationCheckbox(const BOOL visible = FALSE); |