diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-13 20:50:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-13 20:50:08 +0300 |
commit | 912bde554c5640f844949eb198cd86075072ef90 (patch) | |
tree | ce948b3824f6568cf39ff6e4b98289c92fe4b003 /plugins/TabSRMM/src/chat | |
parent | 4770a5e9184ded282139e66782afdd6d04010ee5 (diff) |
compilation fix
Diffstat (limited to 'plugins/TabSRMM/src/chat')
-rw-r--r-- | plugins/TabSRMM/src/chat/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/tools.cpp b/plugins/TabSRMM/src/chat/tools.cpp index 0b0f309a6f..2dfb0a18cf 100644 --- a/plugins/TabSRMM/src/chat/tools.cpp +++ b/plugins/TabSRMM/src/chat/tools.cpp @@ -209,7 +209,7 @@ passed: return TRUE;
}
-void TSAPI DoFlashAndSoundWorker(FLASH_PARAMS* p)
+void DoFlashAndSoundWorker(FLASH_PARAMS* p)
{
SESSION_INFO *si = SM_FindSessionByHCONTACT(p->hContact);
if (si == 0)
|