]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagjpeg.h
Bring back help turned off as in previous WinCE setup.h. Perhaps it should be !__SMAR...
[wxWidgets.git] / include / wx / imagjpeg.h
index 70e9541d594400588f862460c2be2c08d1da3141..e51491e8f7559e6f13b28c0bb1597eee48b15ae7 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "wx/image.h"
 
+
 //-----------------------------------------------------------------------------
 // wxJPEGHandler
 //-----------------------------------------------------------------------------
@@ -33,8 +34,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
 
@@ -43,8 +44,5 @@ private:
 };
 #endif
 
-
-
-#endif
-  // _WX_IMAGJPEG_H_
+#endif // _WX_IMAGJPEG_H_