From c0d77db836f7dc46c148d2ca9478b96e660088fe Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Tue, 5 Feb 2013 22:41:40 +0100 Subject: [PATCH] Fix compiler warning. Change-Id: I8cf22a60dfe42a4fcc3ab130aeb82f46e018c2f5 Reviewed-by: Lars Knoll --- src/v4/qv4propertytable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v4/qv4propertytable.h b/src/v4/qv4propertytable.h index c98410d..79e4c77 100644 --- a/src/v4/qv4propertytable.h +++ b/src/v4/qv4propertytable.h @@ -70,7 +70,7 @@ struct PropertyTableEntry { class PropertyTable { Q_DISABLE_COPY(PropertyTable) - friend class ArrayObject; + friend struct ArrayObject; public: PropertyTable() -- 2.7.4