diff options
Diffstat (limited to 'WebCore/platform/text/StringBuffer.h')
-rw-r--r-- | WebCore/platform/text/StringBuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/text/StringBuffer.h b/WebCore/platform/text/StringBuffer.h index 28d4e89..353a44a 100644 --- a/WebCore/platform/text/StringBuffer.h +++ b/WebCore/platform/text/StringBuffer.h @@ -35,7 +35,7 @@ namespace WebCore { -class StringBuffer : Noncopyable { +class StringBuffer : public Noncopyable { public: explicit StringBuffer(unsigned length) : m_length(length) |