X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..3508c1432884472f0d24f0f98c0dc75ed35df297:/interface/wx/rawbmp.h diff --git a/interface/wx/rawbmp.h b/interface/wx/rawbmp.h index bbe7498d7f..a802ac29a6 100644 --- a/interface/wx/rawbmp.h +++ b/interface/wx/rawbmp.h @@ -94,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.