diff options
Diffstat (limited to 'plugins/TabSRMM/src/chat/chat.h')
-rw-r--r-- | plugins/TabSRMM/src/chat/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h index 9c813ccb7f..cd66ceab98 100644 --- a/plugins/TabSRMM/src/chat/chat.h +++ b/plugins/TabSRMM/src/chat/chat.h @@ -125,7 +125,7 @@ void AddIcons(void); HICON LoadIconEx(char *pszIcoLibName);
// services.c
-void ShowRoom(SESSION_INFO *si, WPARAM wp, BOOL);
+void ShowRoom(SESSION_INFO *si);
HWND CreateNewRoom(TContainerData *pContainer, SESSION_INFO *si, BOOL bActivateTab, BOOL bPopupContainer, BOOL bWantPopup);
|