]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/winpars.h
wxSocket::Initialize() and Shutdown() are for main thread only.
[wxWidgets.git] / interface / wx / html / winpars.h
index 2dd656263131b293ad09b1f903e4b5e4c0426c85..70227dc3a1e616322df1577e925ca5ff80243c0c 100644 (file)
@@ -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();