From 7a9217e03777ac07a957442b6eb9d384998a7ea4 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 9 Dec 2009 18:58:50 +0100 Subject: [PATCH] fix struct/class mismatch more thoroughly --- src/shared/proparser/profileevaluator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/proparser/profileevaluator.h b/src/shared/proparser/profileevaluator.h index 3537a12a6a4..692c086f830 100644 --- a/src/shared/proparser/profileevaluator.h +++ b/src/shared/proparser/profileevaluator.h @@ -40,7 +40,7 @@ QT_BEGIN_NAMESPACE -class ProFileOption; +struct ProFileOption; class ProFileCache { @@ -114,7 +114,7 @@ private: // This doesn't help gcc 3.3 ... template friend class QTypeInfo; - friend class ProFileOption; + friend struct ProFileOption; }; // This struct is from qmake, but we are not using everything.