diff options
Diffstat (limited to 'plugins/TabSRMM/src/hotkeyhandler.cpp')
-rw-r--r-- | plugins/TabSRMM/src/hotkeyhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/hotkeyhandler.cpp b/plugins/TabSRMM/src/hotkeyhandler.cpp index e9aa7d72bd..c669828673 100644 --- a/plugins/TabSRMM/src/hotkeyhandler.cpp +++ b/plugins/TabSRMM/src/hotkeyhandler.cpp @@ -105,7 +105,7 @@ static INT_PTR HotkeyProcessor(WPARAM, LPARAM lParam) if (g_arUnreadWindows.getCount()) {
HANDLE hContact = g_arUnreadWindows[0];
g_arUnreadWindows.remove(0);
- HandleMenuEntryFromhContact(MCONTACT(hContact));
+ HandleMenuEntryFromhContact(UINT_PTR(hContact));
}
// restore last active container
else if (pLastActiveContainer != nullptr) {
|