diff options
Diffstat (limited to 'plugins/MirandaG15/src/CEvent.h')
-rw-r--r-- | plugins/MirandaG15/src/CEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/CEvent.h b/plugins/MirandaG15/src/CEvent.h index 42f435480a..093c6b87a9 100644 --- a/plugins/MirandaG15/src/CEvent.h +++ b/plugins/MirandaG15/src/CEvent.h @@ -39,7 +39,7 @@ enum EventType struct CEvent
{
enum EventType eType;
- DWORD dwFlags = 0;
+ uint32_t dwFlags = 0;
MCONTACT hContact = 0;
struct tm Time = {};
bool bTime = false;
|