summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-07-10 19:44:03 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-07-10 19:44:03 +0300
commita2e38963a647f9f58ff276d2ad9f89f7202c47eb (patch)
treeca043ab94971b442f02ec690d739031eee92f9c5 /plugins/TabSRMM/src/chat.h
parent18873004444063ae98a9e7fc9214bd3edaa146a7 (diff)
fixes #855 (TabSRMM - Move chat tab to another container switches chat into single conversation)
Diffstat (limited to 'plugins/TabSRMM/src/chat.h')
-rw-r--r--plugins/TabSRMM/src/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat.h b/plugins/TabSRMM/src/chat.h
index 7d26ac9b29..987f30696d 100644
--- a/plugins/TabSRMM/src/chat.h
+++ b/plugins/TabSRMM/src/chat.h
@@ -109,7 +109,7 @@ void AddIcons(void);
HICON LoadIconEx(char *pszIcoLibName);
// services.c
-void ShowRoom(SESSION_INFO *si);
+void ShowRoom(TContainerData *pContainer, SESSION_INFO *si);
// manager.c
SESSION_INFO* SM_FindSessionByHWND(HWND h);