summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemwatcher_fsevents_p.h
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-07-24 09:50:10 +0200
committerNorwegian Rock Cat <qt-info@nokia.com>2009-07-24 09:50:10 +0200
commitb4f2e138422076ed5d615181fc336dbb90279935 (patch)
tree851759b171c15ddf36aa233264f9e508a1bdc687 /src/corelib/io/qfilesystemwatcher_fsevents_p.h
parentc3ca46544548a95f99c8b1e320b65ff7ac1c42c2 (diff)
Compile.
It appears that uint != UInt32 in 32-bit world, don't ask why. Correct the typedef. Reviewed-by: Carlos Duclos
Diffstat (limited to 'src/corelib/io/qfilesystemwatcher_fsevents_p.h')
-rw-r--r--src/corelib/io/qfilesystemwatcher_fsevents_p.h2
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 2e8b78889c..4770867258 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