X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50ec54b6564af84ca1280005b6659264a598abb7..ce45dbe3c85292676e54e3d4a78da876dc25b042:/interface/wx/html/winpars.h diff --git a/interface/wx/html/winpars.h b/interface/wx/html/winpars.h index 2dd6562631..11b51bd834 100644 --- a/interface/wx/html/winpars.h +++ b/interface/wx/html/winpars.h @@ -3,7 +3,7 @@ // Purpose: interface of wxHtmlTagsModule // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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();