other ifacecheck fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-10-27 21:18:55 +00:00
parent 83fdf79672
commit 50ec54b656
5 changed files with 16 additions and 15 deletions

View File

@@ -78,16 +78,14 @@ protected:
class wxHtmlWinParser : public wxHtmlParser
{
public:
wxHtmlWinParser(wxHtmlWindowInterface* wndIface = 0);
/**
Constructor.
Don't use the default one, use constructor with @a wndIface parameter
Don't use the default one, use the constructor with @a wndIface parameter
(@a wndIface is a pointer to interface object for the associated wxHtmlWindow
or other HTML rendering window such as wxHtmlListBox).
*/
wxHtmlWinParser(wxHtmlWindowInterface* wndIface = 0);
wxHtmlWinParser(wxHtmlWindowInterface* wndIface = NULL);
/**
Adds module() to the list of wxHtmlWinParser tag handler.