]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/rawbmp.h
Phoenix needs to see the implementation of pure virtuals so it knows that this class...
[wxWidgets.git] / interface / wx / rawbmp.h
index bbe7498d7fb02c251b7c9e48a4fe8816224a1456..50d3656b9cb9fed7e1bed5735711de5fe8ca779e 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxPixelData
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -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.
@@ -202,7 +202,7 @@ public:
 
         //@{
         /**
-            Data Access: Access to invidividual colour components.
+            Data Access: Access to individual colour components.
         */
         ChannelType& Red();
         ChannelType& Green();