]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gifdecod.h
By default, always refresh editor and redraw properties when property value is changed
[wxWidgets.git] / include / wx / gifdecod.h
index fcdf76d5fcdbea17179adaf59b317161c3538f0e..443af47c8b4fa13d3d522377f84d6209503c05bd 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.
@@ -102,7 +102,7 @@ private:
     wxGIFErrorCode dgif(wxInputStream& stream,
                         GIFImage *img, int interl, int bits);
 
-    DECLARE_NO_COPY_CLASS(wxGIFDecoder)
+    wxDECLARE_NO_COPY_CLASS(wxGIFDecoder);
 };
 
 #endif // wxUSE_STREAMS && wxUSE_GIF