From a4adcc439d0efcff77559470918ff5e3e0f70a33 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 10 Oct 2006 07:11:26 +0000 Subject: [PATCH] correct DLL attribute git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/animate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.2