X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50ec54b6564af84ca1280005b6659264a598abb7..058f225a44d83d42ba9d773efc705badbf0e5e3c:/interface/wx/html/winpars.h diff --git a/interface/wx/html/winpars.h b/interface/wx/html/winpars.h index 2dd6562631..70227dc3a1 100644 --- a/interface/wx/html/winpars.h +++ b/interface/wx/html/winpars.h @@ -90,7 +90,7 @@ public: /** Adds module() to the list of wxHtmlWinParser tag handler. */ - static void AddModule(wxHtmlTagsModule module); + static void AddModule(wxHtmlTagsModule* module); /** Closes the container, sets actual container to the parent one @@ -214,6 +214,7 @@ public: (You should always test if it is non-@NULL. For example @c TITLE handler sets window title only if some window is associated, otherwise it does nothing. + @deprecated use GetWindowInterface()->GetHTMLWindow() instead */ wxHtmlWindow* GetWindow();