]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gifdecod.h
suppress VC7.1 64 bit correctness warnings
[wxWidgets.git] / include / wx / gifdecod.h
index e524466c0dd2e54f89160b204d6c804f6be33cf1..3545fc288f68e7d762a1aeabcf65b1d4c277a8c9 100644 (file)
@@ -136,13 +136,13 @@ public:
     // move through the animation
     bool GoFirstFrame();
     bool GoLastFrame();
-    bool GoNextFrame(bool cyclic = FALSE);
-    bool GoPrevFrame(bool cyclic = FALSE);
+    bool GoNextFrame(bool cyclic = false);
+    bool GoPrevFrame(bool cyclic = false);
     bool GoFrame(int which);
 
 public:
     // constructor, destructor, etc.
-    wxGIFDecoder(wxInputStream *s, bool anim = FALSE);
+    wxGIFDecoder(wxInputStream *s, bool anim = false);
     ~wxGIFDecoder();
     bool CanRead();
     int ReadGIF();