summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/GlyphWidthMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/GlyphWidthMap.h')
-rw-r--r--WebCore/platform/graphics/GlyphWidthMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/GlyphWidthMap.h b/WebCore/platform/graphics/GlyphWidthMap.h
index e194ecf..66dea1f 100644
--- a/WebCore/platform/graphics/GlyphWidthMap.h
+++ b/WebCore/platform/graphics/GlyphWidthMap.h
@@ -39,7 +39,7 @@ typedef unsigned short Glyph;
const float cGlyphWidthUnknown = -1;
-class GlyphWidthMap : Noncopyable {
+class GlyphWidthMap : public Noncopyable {
public:
GlyphWidthMap() : m_filledPrimaryPage(false) { }
~GlyphWidthMap() { if (m_pages) { deleteAllValues(*m_pages); } }