]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/animdecod.h
Applied patch [ 1845819 ] wxMSW Top level window freeze fix for trunk
[wxWidgets.git] / include / wx / animdecod.h
index 2194643578875c046b5619870acbb6ae38c8f7c2..ee0e21ab48620037481a698f09404cd89ef20ba5 100644 (file)
@@ -84,7 +84,7 @@ enum wxAnimationType
 // wxAnimationDecoder class
 // --------------------------------------------------------------------------
 
-class WXDLLEXPORT wxAnimationDecoder : public wxObjectRefData
+class WXDLLIMPEXP_ADV wxAnimationDecoder : public wxObjectRefData
 {
 public:
     wxAnimationDecoder()
@@ -141,6 +141,6 @@ protected:
 };
 
 
-#endif  // wxUSE_STREAM
+#endif  // wxUSE_STREAMS
 #endif  // _WX_ANIMDECOD_H