summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qdarwinhelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qdarwinhelpers.h')
-rw-r--r--src/corelib/global/qdarwinhelpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qdarwinhelpers.h b/src/corelib/global/qdarwinhelpers.h
index 2ffc740d58..ad72211663 100644
--- a/src/corelib/global/qdarwinhelpers.h
+++ b/src/corelib/global/qdarwinhelpers.h
@@ -27,10 +27,10 @@
# define Q_FORWARD_DECLARE_MUTABLE_CF_TYPE(type) typedef struct __ ## type * type ## Ref
#endif
#ifndef Q_FORWARD_DECLARE_CG_TYPE
-#define Q_FORWARD_DECLARE_CG_TYPE(type) typedef const struct type *type ## Ref;
+# define Q_FORWARD_DECLARE_CG_TYPE(type) typedef const struct type *type##Ref
#endif
#ifndef Q_FORWARD_DECLARE_MUTABLE_CG_TYPE
-#define Q_FORWARD_DECLARE_MUTABLE_CG_TYPE(type) typedef struct type *type ## Ref;
+# define Q_FORWARD_DECLARE_MUTABLE_CG_TYPE(type) typedef struct type *type##Ref
#endif