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/AuthState/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AuthState/src') diff --git a/plugins/AuthState/src/stdafx.h b/plugins/AuthState/src/stdafx.h index 1a0b4a781c..b8e4c199ea 100644 --- a/plugins/AuthState/src/stdafx.h +++ b/plugins/AuthState/src/stdafx.h @@ -42,7 +42,7 @@ struct CMPlugin : public PLUGIN { CMPlugin(); - CMOption bUseAuthIcon, bUseGrantIcon, bIconsForRecentContacts; + CMOption bUseAuthIcon, bUseGrantIcon, bIconsForRecentContacts; int Load() override; }; -- cgit v1.2.3