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.
This commit is contained in:
parent
16c7f4f74d
commit
cdff0bc1db
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue