diff --git a/include/wx/gtk/animate.h b/include/wx/gtk/animate.h index 6e43a643c9..b58865029e 100644 --- a/include/wx/gtk/animate.h +++ b/include/wx/gtk/animate.h @@ -24,7 +24,7 @@ typedef struct _GdkPixbufAnimationIter GdkPixbufAnimationIter; // refcounted so that assignment is very fast // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxAnimation : public wxAnimationBase +class WXDLLIMPEXP_ADV wxAnimation : public wxAnimationBase { public: wxAnimation(GdkPixbufAnimation *p = NULL) { m_pixbuf = p; }