X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/452418c4b0763eb611432e84f077c9766e282057..d10e22fe8ad283f37b1809349028ffc282e393ce:/src/common/image.cpp diff --git a/src/common/image.cpp b/src/common/image.cpp index 97f42c347e..4c0464d3cb 100644 --- a/src/common/image.cpp +++ b/src/common/image.cpp @@ -1544,7 +1544,7 @@ unsigned char wxImage::GetBlue( int x, int y ) const return M_IMGDATA->m_data[pos+2]; } -bool wxImage::Ok() const +bool wxImage::IsOk() const { // image of 0 width or height can't be considered ok - at least because it // causes crashes in ConvertToBitmap() if we don't catch it in time