X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/ba379fdc102753d6be2c4d937058fe40257329fe..f9bf01c6616d5ddcf65b13b33cedf9e387ff7a63:/wtf/OwnFastMallocPtr.h diff --git a/wtf/OwnFastMallocPtr.h b/wtf/OwnFastMallocPtr.h index 5c0d064..c88235a 100644 --- a/wtf/OwnFastMallocPtr.h +++ b/wtf/OwnFastMallocPtr.h @@ -27,7 +27,7 @@ namespace WTF { - template class OwnFastMallocPtr : Noncopyable { + template class OwnFastMallocPtr : public Noncopyable { public: explicit OwnFastMallocPtr(T* ptr) : m_ptr(ptr) {