summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-08-06 14:02:59 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-08-06 14:02:59 (GMT)
commit443a7b6f3eb1191b20240b5068da386d669045fc (patch)
tree07afdc117ce952f61d325111b55e2796f2b0ee2c /src/corelib/kernel
parentb4264b12a51ecea93517a84f94c15f8e97b2f50f (diff)
downloadQt-443a7b6f3eb1191b20240b5068da386d669045fc.zip
Qt-443a7b6f3eb1191b20240b5068da386d669045fc.tar.gz
Qt-443a7b6f3eb1191b20240b5068da386d669045fc.tar.bz2
Fix warnings on MSVC
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qobject_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qobject_p.h b/src/corelib/kernel/qobject_p.h
index 056dee3..5d17bfd 100644
--- a/src/corelib/kernel/qobject_p.h
+++ b/src/corelib/kernel/qobject_p.h
@@ -67,7 +67,7 @@ QT_BEGIN_NAMESPACE
class QVariant;
class QThreadData;
class QObjectConnectionListVector;
-namespace QtSharedPointer { class ExternalRefCountData; }
+namespace QtSharedPointer { struct ExternalRefCountData; }
/* mirrored in QtTestLib, DON'T CHANGE without prior warning */
struct QSignalSpyCallbackSet