Set integers to 0, not NULL to remove warning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -354,7 +354,7 @@ WXHRGN wxRegion::GetHRGN() const
|
|||||||
void wxRegionIterator::Init()
|
void wxRegionIterator::Init()
|
||||||
{
|
{
|
||||||
m_current =
|
m_current =
|
||||||
m_numRects = NULL;
|
m_numRects = 0;
|
||||||
|
|
||||||
m_rects = NULL;
|
m_rects = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user