]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gifdecod.h
Rename wxGenericImageList to wxImageList in generic wxListCtrl, too.
[wxWidgets.git] / include / wx / gifdecod.h
index 576a25d962e88e9712534b9239c5b327827e73c0..e40152cfa12ae3fd6d15bd98b4e20fe43a5f8929 100644 (file)
@@ -64,6 +64,9 @@ enum
 class GIFImage
 {
 public:
+    // def ctor
+    GIFImage();
+
     unsigned int w;                 /* width */
     unsigned int h;                 /* height */
     unsigned int left;              /* x coord (in logical screen) */