summaryrefslogtreecommitdiff
path: root/indra/newview/llimpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llimpanel.h')
-rw-r--r--indra/newview/llimpanel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llimpanel.h b/indra/newview/llimpanel.h
index d35aca0e42..52f67df4b7 100644
--- a/indra/newview/llimpanel.h
+++ b/indra/newview/llimpanel.h
@@ -386,6 +386,9 @@ public:
static LLIMFloater* show(const LLUUID& session_id);
+ // Toggle panel specified by session_id
+ static BOOL toggle(const LLUUID& session_id);
+
// get new messages from LLIMModel
void updateMessages();
static void onSendMsg( LLUICtrl*, void*);