]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imaggif.h
Add comment about wxBitmap::SetPalette() not being implemented
[wxWidgets.git] / include / wx / imaggif.h
index e2be75a93ba020232359682e9f8d1a7b3f26fc6f..a674ee143da11cb1579cfb272ca2ad8e8cb2d8b3 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vaclav Slavik & Guillermo Rodriguez Garcia
 // RCS-ID:      $Id$
 // Copyright:   (c) Guillermo Rodriguez Garcia
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_IMAGGIF_H_
@@ -35,8 +35,8 @@ 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 );
     virtual bool DoCanRead( wxInputStream& stream );
 #endif