]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imaggif.h
Renamed wxDataViewCell to wxDataViewRenderer since the
[wxWidgets.git] / include / wx / imaggif.h
index a674ee143da11cb1579cfb272ca2ad8e8cb2d8b3..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"
 
 
@@ -37,6 +33,7 @@ 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 );
+protected:
     virtual bool DoCanRead( wxInputStream& stream );
 #endif