diff options
Diffstat (limited to 'plugins/ClientChangeNotify/src')
-rw-r--r-- | plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) {
|