-Werror,-Wdelete-non-virtual-dtor
"thumbviewer.cxx(168,9) : error: delete called on 'StreamOnZipBuffer' that has virtual functions but non-virtual destructor" Change-Id: I34510d54b9a99d8f1f9e8da0236625023c3fd94c
This commit is contained in:
@@ -117,7 +117,7 @@ namespace internal
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class StreamOnZipBuffer : public IStream
|
class StreamOnZipBuffer final : public IStream
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
StreamOnZipBuffer(const ZipFile::ZipContentBuffer_t& zip_buffer);
|
StreamOnZipBuffer(const ZipFile::ZipContentBuffer_t& zip_buffer);
|
||||||
|
Reference in New Issue
Block a user