wxLoadPageEvent(const wxString &hRef = "",wxHtmlAppletWindow *htmlWindow = NULL);
// Destructor
- ~wxLoadPageEvent() {}
+ virtual ~wxLoadPageEvent() {}
// Clone Virtual
virtual wxEvent *Clone() const { return new wxLoadPageEvent(m_hRef, m_htmlWindow); }
wxPageLoadedEvent();
// Destructor
- ~wxPageLoadedEvent() {}
+ virtual ~wxPageLoadedEvent() {}
// Clone Virtual
virtual wxEvent *Clone() const {