Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-09-27 13:51:04 +00:00
parent 93b9de865c
commit bbcc2d1b1c

View File

@ -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") );