diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-04 19:53:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-04 19:53:21 +0300 |
commit | 2a00f9bf6c008f2e908a34fe040b6ab342884a82 (patch) | |
tree | 0e680942c405bed5605b00f22839e1a2b140cc27 /plugins/TabSRMM/src/functions.h | |
parent | cf4bff42f8a3dbf18623d8df599849399a6165a7 (diff) |
final fix for #2184
Diffstat (limited to 'plugins/TabSRMM/src/functions.h')
-rw-r--r-- | plugins/TabSRMM/src/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/functions.h b/plugins/TabSRMM/src/functions.h index 25c7d4264b..235841d745 100644 --- a/plugins/TabSRMM/src/functions.h +++ b/plugins/TabSRMM/src/functions.h @@ -70,7 +70,7 @@ void TSAPI HandleMenuEntryFromhContact(MCONTACT iSelection); * gneric msgwindow functions(creation, container management etc.)
*/
-HWND TSAPI CreateNewTabForContact(TContainerData *pContainer, MCONTACT hContact, bool bActivateTAb, bool bPopupContainer, bool bWantPopup, MEVENT hdbEvent = 0, bool bIsWchar = false, const char *pszInitialText = nullptr);
+void TSAPI CreateNewTabForContact(TContainerData *pContainer, MCONTACT hContact, bool bActivateTAb, bool bPopupContainer, bool bWantPopup, MEVENT hdbEvent = 0, bool bIsWchar = false, const char *pszInitialText = nullptr);
int TSAPI ActivateTabFromHWND(HWND hwndTab, HWND hwnd);
void TSAPI CreateImageList(bool bInitial);
|