X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c019d119099b3a5e5ec2fcdb676d0d129ac2f9d8..4d98817cfab2654773755cb5c540057c5f3d4fd6:/interface/wx/rawbmp.h diff --git a/interface/wx/rawbmp.h b/interface/wx/rawbmp.h index 8fd55984de..50d3656b9c 100644 --- a/interface/wx/rawbmp.h +++ b/interface/wx/rawbmp.h @@ -3,7 +3,7 @@ // Purpose: interface of wxPixelData // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -94,7 +94,7 @@ 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. @@ -202,7 +202,7 @@ public: //@{ /** - Data Access: Access to invidividual colour components. + Data Access: Access to individual colour components. */ ChannelType& Red(); ChannelType& Green();