]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gifdecod.h
Implemented wxButton::DoGetBestSize for wxMotif. Now normal buttons
[wxWidgets.git] / include / wx / gifdecod.h
index 13a3a7b5a8b3a9880e5a62f0d46a9d83365f34b7..fac5e4563907f7240b6eedb359efd619c873783a 100644 (file)
@@ -78,6 +78,8 @@ public:
     unsigned char *pal;             /* palette */
     GIFImage *next;                 /* next image */
     GIFImage *prev;                 /* prev image */
+
+    DECLARE_NO_COPY_CLASS(GIFImage)
 };
 
 
@@ -148,6 +150,8 @@ public:
 
     // convert current frame to wxImage
     bool ConvertToImage(wxImage *image) const;
+
+    DECLARE_NO_COPY_CLASS(wxGIFDecoder)
 };