]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
Add XRC handler for wxToolbook.
[wxWidgets.git] / include / wx / msw / statbmp.h
index 39f6202e3ca1023ba8c1d6d3a41740e14150a521..71cffec52beb5e95f152ae61227d1da8f70782ac 100644 (file)
@@ -70,9 +70,11 @@ protected:
     void SetImage(const wxGDIImage* image);
     void SetImageNoCopy( wxGDIImage* image );
 
+#ifndef __WXWINCE__
     // draw the bitmap ourselves here if the OS can't do it correctly (if it
     // can we leave it to it)
     void DoPaintManually(wxPaintEvent& event);
+#endif // !__WXWINCE__
 
 
     // we can have either an icon or a bitmap
@@ -84,7 +86,7 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
-    DECLARE_NO_COPY_CLASS(wxStaticBitmap)
+    wxDECLARE_NO_COPY_CLASS(wxStaticBitmap);
 };
 
 #endif