From 62a186697df33c96dc1a6dac0f4dfc38652fb96f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 16:39:04 +0300 Subject: BYTE -> uint8_t --- plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ClientChangeNotify/src') diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index 8ea557eb05..c489ddd1d9 100644 --- a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp @@ -75,7 +75,7 @@ static VOID CALLBACK ShowContactMenu(void *param) DestroyWindow(hMenuWnd); } -void Popup_DoAction(HWND hWnd, BYTE Action, PLUGIN_DATA*) +void Popup_DoAction(HWND hWnd, uint8_t Action, PLUGIN_DATA*) { MCONTACT hContact = PUGetContact(hWnd); switch (Action) { -- cgit v1.2.3