]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gifdecod.h
remove the now unused Connect_Timeout()
[wxWidgets.git] / include / wx / gifdecod.h
index f1a754a22775abc078442c56077c335e81ffb797..86abb16cd601c2d47918889e52af34cb915d4481 100644 (file)
@@ -46,7 +46,7 @@ enum wxGIFErrorCode
 // wxGIFDecoder class
 // --------------------------------------------------------------------------
 
-class WXDLLEXPORT wxGIFDecoder : public wxAnimationDecoder
+class WXDLLIMPEXP_CORE wxGIFDecoder : public wxAnimationDecoder
 {
 public:
     // constructor, destructor, etc.
@@ -105,6 +105,6 @@ private:
     DECLARE_NO_COPY_CLASS(wxGIFDecoder)
 };
 
-#endif // wxUSE_STREAM && wxUSE_GIF
+#endif // wxUSE_STREAMS && wxUSE_GIF
 
 #endif // _WX_GIFDECOD_H_