X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..5b88a837ba75928cd3835a6b97ae2bf5ad983a6e:/interface/wx/rawbmp.h diff --git a/interface/wx/rawbmp.h b/interface/wx/rawbmp.h index df9ac84567..a802ac29a6 100644 --- a/interface/wx/rawbmp.h +++ b/interface/wx/rawbmp.h @@ -8,7 +8,6 @@ /** @class wxPixelData - @wxheader{rawbmp.h} A class template with ready to use implementations for getting direct and efficient access to wxBitmap's internal data and @@ -95,12 +94,12 @@ public: Create pixel data object representing the area of the image defined by @a pt and @a sz. */ - wxPixelData(Image& i, const wxPoint& pt, const wxSize& sz) + wxPixelData(Image& i, const wxPoint& pt, const wxSize& sz); /** Return @true of if we could get access to bitmap data successfully. */ - operator bool() const: + operator bool() const; /** Return the iterator pointing to the origin of the image.