]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/rawbmp.h
wxSocket::Initialize() and Shutdown() are for main thread only.
[wxWidgets.git] / interface / wx / rawbmp.h
index 8fd55984ded77d8b1cb6921038cb51b4a990de4b..a802ac29a61d84b75da7c7a68a2c1c6594bcfa5c 100644 (file)
@@ -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.