diff options
Diffstat (limited to 'WebCore/platform/text/TextCodec.h')
-rw-r--r-- | WebCore/platform/text/TextCodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/text/TextCodec.h b/WebCore/platform/text/TextCodec.h index df42582..3c74165 100644 --- a/WebCore/platform/text/TextCodec.h +++ b/WebCore/platform/text/TextCodec.h @@ -56,7 +56,7 @@ namespace WebCore { typedef char UnencodableReplacementArray[32]; - class TextCodec : Noncopyable { + class TextCodec : public Noncopyable { public: virtual ~TextCodec(); |