summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/FloatSize.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/FloatSize.h')
-rw-r--r--Source/WebCore/platform/graphics/FloatSize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/FloatSize.h b/Source/WebCore/platform/graphics/FloatSize.h
index c029c5a95..2c9cc18e3 100644
--- a/Source/WebCore/platform/graphics/FloatSize.h
+++ b/Source/WebCore/platform/graphics/FloatSize.h
@@ -121,7 +121,7 @@ public:
}
#if PLATFORM(QT)
- FloatSize(const QSizeF&);
+ explicit FloatSize(const QSizeF&);
operator QSizeF() const;
#endif