projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adjust so that mono bitmaps don't get an alpha channel
[wxWidgets.git]
/
include
/
wx
/
html
/
winpars.h
diff --git
a/include/wx/html/winpars.h
b/include/wx/html/winpars.h
index f173ec1ba905ca9474f41c46270e3309c3112d3c..125183e0b0862c8f59be62218b959ebda90ee123 100644
(file)
--- a/
include/wx/html/winpars.h
+++ b/
include/wx/html/winpars.h
@@
-41,7
+41,7
@@
class WXDLLIMPEXP_HTML wxHtmlWinParser : public wxHtmlParser
public:
wxHtmlWinParser(wxHtmlWindowInterface *wndIface = NULL);
- ~wxHtmlWinParser();
+
virtual
~wxHtmlWinParser();
virtual void InitParser(const wxString& source);
virtual void DoneParser();