X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/ba379fdc102753d6be2c4d937058fe40257329fe..fb8617cde5834786bd4e4afd579883e4acf5666e:/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) {