fixed iterator over wxImage with alpha channel

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-05-09 23:50:43 +00:00
parent 2c92d7e398
commit 2f22353e37

View File

@ -322,7 +322,7 @@ struct WXDLLEXPORT wxPixelDataOut<wxImage>
{
m_pRGB += PixelFormat::SizePixel;
if ( m_pAlpha )
m_pAlpha += PixelFormat::SizePixel;
++m_pAlpha;
return *this;
}