diff options
-rw-r--r-- | src/corelib/io/qfilesystemwatcher_fsevents_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfilesystemwatcher_fsevents_p.h b/src/corelib/io/qfilesystemwatcher_fsevents_p.h index 2e8b788..4770867 100644 --- a/src/corelib/io/qfilesystemwatcher_fsevents_p.h +++ b/src/corelib/io/qfilesystemwatcher_fsevents_p.h @@ -67,7 +67,7 @@ typedef struct __FSEventStream *FSEventStreamRef; typedef const struct __FSEventStream *ConstFSEventStreamRef; typedef const struct __CFArray *CFArrayRef; -typedef uint FSEventStreamEventFlags; +typedef UInt32 FSEventStreamEventFlags; typedef uint64_t FSEventStreamEventId; QT_BEGIN_NAMESPACE |