]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/winpars.h
Gave proper spacing to header include sections.
[wxWidgets.git] / interface / wx / html / winpars.h
index 2dd656263131b293ad09b1f903e4b5e4c0426c85..11b51bd834e4dabcf992cf857fba50a20f773def 100644 (file)
@@ -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();