Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
93b9de865c
commit
bbcc2d1b1c
@ -127,7 +127,7 @@ void wxRegion::Clear()
|
|||||||
// Information on region
|
// Information on region
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
bool wxRegion::DoIsEqual(const wxRegion& region) const
|
bool wxRegion::DoIsEqual(const wxRegion& WXUNUSED(region)) const
|
||||||
{
|
{
|
||||||
wxFAIL_MSG( _T("not implemented") );
|
wxFAIL_MSG( _T("not implemented") );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user