X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/rawbmp.h diff --git a/interface/wx/rawbmp.h b/interface/wx/rawbmp.h index bbe7498d7f..e1808a70ca 100644 --- a/interface/wx/rawbmp.h +++ b/interface/wx/rawbmp.h @@ -2,8 +2,7 @@ // Name: rawbmp.h // Purpose: interface of wxPixelData // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -94,12 +93,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. @@ -202,7 +201,7 @@ public: //@{ /** - Data Access: Access to invidividual colour components. + Data Access: Access to individual colour components. */ ChannelType& Red(); ChannelType& Green();