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:
@@ -378,17 +378,17 @@ public:
|
||||
/**
|
||||
Returns the name of the first base class (@NULL if none).
|
||||
*/
|
||||
wxChar* GetBaseClassName1() const;
|
||||
const wxChar* GetBaseClassName1() const;
|
||||
|
||||
/**
|
||||
Returns the name of the second base class (@NULL if none).
|
||||
*/
|
||||
wxChar* GetBaseClassName2() const;
|
||||
const wxChar* GetBaseClassName2() const;
|
||||
|
||||
/**
|
||||
Returns the string form of the class name.
|
||||
*/
|
||||
wxChar* GetClassName() const;
|
||||
const wxChar* GetClassName() const;
|
||||
|
||||
/**
|
||||
Returns the size of the class.
|
||||
@@ -409,7 +409,7 @@ public:
|
||||
/**
|
||||
Returns @true if this class is a kind of (inherits from) the given class.
|
||||
*/
|
||||
bool IsKindOf(wxClassInfo* info);
|
||||
bool IsKindOf(const wxClassInfo* info);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user