From: Paul Cornett Date: Tue, 10 Oct 2006 07:11:26 +0000 (+0000) Subject: correct DLL attribute X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a4adcc439d0efcff77559470918ff5e3e0f70a33?ds=inline correct DLL attribute git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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; }