From cdff0bc1db269d241b25ecc04e2fabf30f7df8d6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Apr 2020 16:04:50 +0200 Subject: [PATCH] Use WXDLLIMPEXP_CORE instead of WXDLLIMPEXP_ADV in new code They're the same thing, and we still keep WXDLLIMPEXP_ADV in the existing code, but as this line was just moved to a new place, update it to use the more appropriate DLL export declaration too. No real changes. --- include/wx/animate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/animate.h b/include/wx/animate.h index 7badb01fb7..3766eaf78c 100644 --- a/include/wx/animate.h +++ b/include/wx/animate.h @@ -25,7 +25,7 @@ class WXDLLIMPEXP_FWD_CORE wxAnimation; extern WXDLLIMPEXP_DATA_CORE(wxAnimation) wxNullAnimation; extern WXDLLIMPEXP_DATA_CORE(const char) wxAnimationCtrlNameStr[]; -WX_DECLARE_LIST_WITH_DECL(wxAnimationDecoder, wxAnimationDecoderList, class WXDLLIMPEXP_ADV); +WX_DECLARE_LIST_WITH_DECL(wxAnimationDecoder, wxAnimationDecoderList, class WXDLLIMPEXP_CORE); // ---------------------------------------------------------------------------- // wxAnimationImpl