From e855f1387badcbf88954b8707c1dc418cc66c215 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Tue, 7 May 2013 12:10:18 +0200 Subject: [PATCH] Fix 475 compiler warnings. Change-Id: I2d8f0f33da21f1f978d2d63ce2b536cedf51b3f5 Reviewed-by: Simon Hausmann --- src/qml/qml/v4/qv4internalclass_p.h | 2 +- src/qml/qml/v4/qv4v8_p.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/qml/qml/v4/qv4internalclass_p.h b/src/qml/qml/v4/qv4internalclass_p.h index f6f5296..3c9c148 100644 --- a/src/qml/qml/v4/qv4internalclass_p.h +++ b/src/qml/qml/v4/qv4internalclass_p.h @@ -78,7 +78,7 @@ struct InternalClass { void destroy(); private: - friend class ExecutionEngine; + friend struct ExecutionEngine; InternalClass(ExecutionEngine *engine) : engine(engine), m_sealed(0), m_frozen(0), size(0) {} InternalClass(const InternalClass &other); }; diff --git a/src/qml/qml/v4/qv4v8_p.h b/src/qml/qml/v4/qv4v8_p.h index 6e96687..b3979cd 100644 --- a/src/qml/qml/v4/qv4v8_p.h +++ b/src/qml/qml/v4/qv4v8_p.h @@ -123,7 +123,6 @@ class ImplementationUtilities; class Signature; class AccessorSignature; template struct Handle; -template class Handle; template class Persistent; class FunctionTemplate; class ObjectTemplate; -- 2.7.4