summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/functions.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-13 21:40:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-13 21:40:11 +0300
commitd49f6e5876dec4e1d827efdc7b8ed24728cbb2e8 (patch)
tree0c4617ae8df3b45867313fc1cad03e2bb3355457 /plugins/TabSRMM/src/functions.h
parentb40a55a79299c7c13959d93e6b2b40ef618f72d7 (diff)
tabSRMM: minor code reordering
Diffstat (limited to 'plugins/TabSRMM/src/functions.h')
-rw-r--r--plugins/TabSRMM/src/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/functions.h b/plugins/TabSRMM/src/functions.h
index bac6bf1110..061a885d57 100644
--- a/plugins/TabSRMM/src/functions.h
+++ b/plugins/TabSRMM/src/functions.h
@@ -73,7 +73,7 @@ void TSAPI HandleMenuEntryFromhContact(MCONTACT iSelection);
HWND 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 FlashContainer(TContainerData *pContainer, int iMode, int iNum);
-void TSAPI CreateImageList(BOOL bInitial);
+void TSAPI CreateImageList(bool bInitial);
TContainerData* TSAPI FindMatchingContainer(const wchar_t *szName);
TContainerData* TSAPI CreateContainer(const wchar_t *name, int iTemp, MCONTACT hContactFrom);