X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/065fa73213c49c01489cf6c44f788c7486cf4f8d..fdc62f44622dfcfea2f43910478fe5bb8ac0e938:/include/wx/rawbmp.h?ds=sidebyside diff --git a/include/wx/rawbmp.h b/include/wx/rawbmp.h index f9a8df2ab7..d4e9b60d45 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -520,6 +520,12 @@ struct wxPixelDataOut bmp.GetRawData(data, PixelFormat::BitsPerPixel); } + // default constructor + Iterator() + { + m_ptr = NULL; + } + // return true if this iterator is valid bool IsOk() const { return m_ptr != NULL; }