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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user