]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
Speed fix for wxGenericDirCtrl, starting to add text input control;
[wxWidgets.git] / include / wx / html / winpars.h
index 2c902775864cfb66a1012d160b2b5ddd33e919c1..1d96d69de5131526956ba2ccaebe524d27961560 100644 (file)
@@ -66,6 +66,7 @@ class WXDLLEXPORT wxHtmlWinParser : public wxHtmlParser
 
         static void AddModule(wxHtmlTagsModule *module);
                 // Adds tags module. see wxHtmlTagsModule for details.
+        static void RemoveModule(wxHtmlTagsModule *module);
 
         // parsing-related methods. These methods are called by tag handlers:
         wxHtmlContainerCell *GetContainer() const {return m_Container;}