other ifacecheck fixes, resulting in removal of the non-existing functions wxDatagramSocket::ReceiveFrom() and wxCloseEvent::SetForce()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -78,7 +78,7 @@ protected:
|
||||
class wxHtmlWinParser : public wxHtmlParser
|
||||
{
|
||||
public:
|
||||
wxHtmlWinParser();
|
||||
wxHtmlWinParser(wxHtmlWindowInterface* wndIface = 0);
|
||||
|
||||
/**
|
||||
Constructor.
|
||||
@@ -87,7 +87,7 @@ public:
|
||||
(@a wndIface is a pointer to interface object for the associated wxHtmlWindow
|
||||
or other HTML rendering window such as wxHtmlListBox).
|
||||
*/
|
||||
wxHtmlWinParser(wxHtmlWindowInterface wndIface);
|
||||
wxHtmlWinParser(wxHtmlWindowInterface* wndIface = 0);
|
||||
|
||||
/**
|
||||
Adds module() to the list of wxHtmlWinParser tag handler.
|
||||
|
Reference in New Issue
Block a user