fix struct/class mismatch more thoroughly

This commit is contained in:
Oswald Buddenhagen
2009-12-09 18:58:50 +01:00
parent ec025c6dbf
commit 7a9217e037

View File

@@ -40,7 +40,7 @@
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
class ProFileOption; struct ProFileOption;
class ProFileCache class ProFileCache
{ {
@@ -114,7 +114,7 @@ private:
// This doesn't help gcc 3.3 ... // This doesn't help gcc 3.3 ...
template<typename T> friend class QTypeInfo; template<typename T> friend class QTypeInfo;
friend class ProFileOption; friend struct ProFileOption;
}; };
// This struct is from qmake, but we are not using everything. // This struct is from qmake, but we are not using everything.