]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imaggif.h
make wxSocketImplUnix inherit from wxFDIOHandler as they're used for almost the same...
[wxWidgets.git] / include / wx / imaggif.h
index 1401f1baa8096e027399971f3e20edea4dc958ad..d4f170843ba187409aa750a5407e99b54f735f63 100644 (file)
@@ -19,7 +19,7 @@
 
 #if wxUSE_GIF
 
-class WXDLLEXPORT wxGIFHandler : public wxImageHandler
+class WXDLLIMPEXP_CORE wxGIFHandler : public wxImageHandler
 {
 public:
     inline wxGIFHandler()
@@ -33,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