]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/rawbmp.h
Fixed and clarified editor control event handling
[wxWidgets.git] / interface / wx / rawbmp.h
index df9ac8456756df00b031b9c74124a8bb05b6202d..8fd55984ded77d8b1cb6921038cb51b4a990de4b 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxPixelData
-    @wxheader{rawbmp.h}
 
     A class template with ready to use implementations for getting
     direct and efficient access to wxBitmap's internal data and
@@ -100,7 +99,7 @@ public:
     /**
         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.