]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gifdecod.h
compilation fixes after the last commit
[wxWidgets.git] / include / wx / gifdecod.h
index 769169fd4c2f5e6599a650ff52fddda659b3eb9e..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) */
@@ -108,7 +111,7 @@ private:
     int getcode(int bits, int abfin);
     int dgif(GIFImage *img, int interl, int bits);
 
-protected:
+public:
     // get data of current frame
     int GetFrameIndex() const;
     unsigned char* GetData() const;