diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-17 22:20:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-17 22:20:03 +0300 |
commit | 17fcad65461bd7a50924e88bf0cf71de31ee4139 (patch) | |
tree | c20080bbced8f1c049b810ba319fcfb8e65379bf /plugins/TabSRMM | |
parent | 5d1adca6a83289d3dcc23bc0af82193da69d9d96 (diff) |
compilation fix
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/container.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/container.cpp b/plugins/TabSRMM/src/container.cpp index b1a30a8193..e9e27412fa 100644 --- a/plugins/TabSRMM/src/container.cpp +++ b/plugins/TabSRMM/src/container.cpp @@ -41,7 +41,7 @@ static TContainerData* TSAPI RemoveContainerFromList(TContainerData*); static bool fForceOverlayIcons = false;
-HWND GetTabWindow(HWND hwndTab, int i)
+HWND TSAPI GetTabWindow(HWND hwndTab, int i)
{
if (i < 0)
return nullptr;
|