diff options
Diffstat (limited to 'plugins/NewEventNotify/src/stdafx.h')
-rw-r--r-- | plugins/NewEventNotify/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/src/stdafx.h b/plugins/NewEventNotify/src/stdafx.h index f99ad18aa8..1938092f4c 100644 --- a/plugins/NewEventNotify/src/stdafx.h +++ b/plugins/NewEventNotify/src/stdafx.h @@ -173,7 +173,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> BOOL bHideSend;
BOOL bNoRSS;
BOOL bReadCheck;
- BYTE iNumberMsg;
+ uint8_t iNumberMsg;
};
struct EVENT_DATA_EX
|