Kaydet (Commit) 9c49ece6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-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
üst b98febde
......@@ -117,7 +117,7 @@ namespace internal
}
}
class StreamOnZipBuffer : public IStream
class StreamOnZipBuffer final : public IStream
{
public:
StreamOnZipBuffer(const ZipFile::ZipContentBuffer_t& zip_buffer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment