]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imaggif.h
apply complete transforms (scroll window PrepareDC was not functioning properly)
[wxWidgets.git] / include / wx / imaggif.h
index 2a6affdda7da046e1735868ce1d16e07eb73b0cd..493dbb09e6b01d3c3a073012ac4fc630d17fd597 100644 (file)
 #ifndef _WX_IMAGGIF_H_
 #define _WX_IMAGGIF_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "imaggif.h"
-#endif
-
 #include "wx/image.h"
 
 
@@ -35,8 +31,9 @@ public:
     }
 
 #if wxUSE_STREAMS
-    virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=TRUE, int index=-1 );
-    virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=TRUE );
+    virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
+    virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
+protected:
     virtual bool DoCanRead( wxInputStream& stream );
 #endif