From 2fc57473958c566b25be0f8715e72fa3e4811717 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Wed, 17 Mar 2010 14:54:19 +1000 Subject: Really fix warning. --- src/declarative/graphicsitems/qdeclarativeanchors_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/declarative/graphicsitems/qdeclarativeanchors_p.h b/src/declarative/graphicsitems/qdeclarativeanchors_p.h index f37fd6c..1961fdd 100644 --- a/src/declarative/graphicsitems/qdeclarativeanchors_p.h +++ b/src/declarative/graphicsitems/qdeclarativeanchors_p.h @@ -54,8 +54,8 @@ QT_BEGIN_NAMESPACE QT_MODULE(Declarative) -struct QDeclarativeAnchorsPrivate; -class QDeclarativeAnchorLine; +class QDeclarativeAnchorsPrivate; +struct QDeclarativeAnchorLine; class Q_DECLARATIVE_EXPORT QDeclarativeAnchors : public QObject { Q_OBJECT -- cgit v0.12