From b4f2e138422076ed5d615181fc336dbb90279935 Mon Sep 17 00:00:00 2001 From: Norwegian Rock Cat Date: Fri, 24 Jul 2009 09:50:10 +0200 Subject: Compile. It appears that uint != UInt32 in 32-bit world, don't ask why. Correct the typedef. Reviewed-by: Carlos Duclos --- src/corelib/io/qfilesystemwatcher_fsevents_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12