Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / safe_browsing / pe_image_reader_win.h
index 6fa5349..f64891c 100644 (file)
@@ -60,6 +60,8 @@ class PeImageReader {
   // An interface to an image's optional header.
   class OptionalHeader {
    public:
+    virtual ~OptionalHeader() {}
+
     virtual WordSize GetWordSize() = 0;
 
     // Returns the offset of the DataDirectory member relative to the start of