summaryrefslogtreecommitdiff
path: root/src/location/places/qplacecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacecontent.h')
-rw-r--r--src/location/places/qplacecontent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/places/qplacecontent.h b/src/location/places/qplacecontent.h
index b75a9740..8581e535 100644
--- a/src/location/places/qplacecontent.h
+++ b/src/location/places/qplacecontent.h
@@ -54,8 +54,8 @@ QT_BEGIN_NAMESPACE
#define Q_DECLARE_CONTENT_D_FUNC(Class) \
- inline Class##Private* d_func(); \
- inline const Class##Private* d_func() const;\
+ inline Class##Private *d_func(); \
+ inline const Class##Private *d_func() const;\
friend class Class##Private;
#define Q_DECLARE_CONTENT_COPY_CTOR(Class) \