]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/chm.cpp
Updated list of subprojects.
[wxWidgets.git] / src / html / chm.cpp
index 4d8dba1662d209efee4b7910c07a8f149d256fca..1a58175c2df9a4b9c53977d8c61155543d1a06e7 100644 (file)
@@ -364,7 +364,7 @@ public:
     wxChmInputStream(const wxString& archive,
                      const wxString& file, bool simulate = false);
     /// Destructor
-    ~wxChmInputStream();
+    virtual ~wxChmInputStream();
 
     /// Return the size of the accessed file in archive
     virtual size_t GetSize() const { return m_size; }
@@ -743,7 +743,7 @@ class wxChmFSHandler : public wxFileSystemHandler
 public:
     /// Constructor and Destructor
     wxChmFSHandler();
-    ~wxChmFSHandler();
+    virtual ~wxChmFSHandler();
 
     /// Is able to open location?
     virtual bool CanOpen(const wxString& location);