]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/rawbmp.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / rawbmp.h
index 8fd55984ded77d8b1cb6921038cb51b4a990de4b..e1808a70ca4dae3d45cb0aa83c18b8db9ad41405 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        rawbmp.h
 // Purpose:     interface of wxPixelData
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -94,7 +93,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 +201,7 @@ public:
 
         //@{
         /**
-            Data Access: Access to invidividual colour components.
+            Data Access: Access to individual colour components.
         */
         ChannelType& Red();
         ChannelType& Green();