projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Compilation fix for old GCC versions.
[wxWidgets.git]
/
include
/
wx
/
html
/
winpars.h
diff --git
a/include/wx/html/winpars.h
b/include/wx/html/winpars.h
index 965738d542374c7262a3d469a5368f67976ae3a5..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);
public:
wxHtmlWinParser(wxHtmlWindowInterface *wndIface = NULL);
- ~wxHtmlWinParser();
+
virtual
~wxHtmlWinParser();
virtual void InitParser(const wxString& source);
virtual void DoneParser();
virtual void InitParser(const wxString& source);
virtual void DoneParser();
@@
-64,9
+64,10
@@
public:
// for this DC. If you want actual values, call
// GetDC()->GetChar...()
// for this DC. If you want actual values, call
// GetDC()->GetChar...()
- // returns
associated wxW
indow
+ // returns
interface to the rendering w
indow
wxHtmlWindowInterface *GetWindowInterface() {return m_windowInterface;}
#if WXWIN_COMPATIBILITY_2_6
wxHtmlWindowInterface *GetWindowInterface() {return m_windowInterface;}
#if WXWIN_COMPATIBILITY_2_6
+ // deprecated, use GetWindowInterface()->GetHTMLWindow() instead
wxDEPRECATED( wxHtmlWindow *GetWindow() );
#endif
wxDEPRECATED( wxHtmlWindow *GetWindow() );
#endif