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:
		@@ -25,7 +25,7 @@ class WXDLLIMPEXP_FWD_CORE wxAnimation;
 | 
				
			|||||||
extern WXDLLIMPEXP_DATA_CORE(wxAnimation) wxNullAnimation;
 | 
					extern WXDLLIMPEXP_DATA_CORE(wxAnimation) wxNullAnimation;
 | 
				
			||||||
extern WXDLLIMPEXP_DATA_CORE(const char) wxAnimationCtrlNameStr[];
 | 
					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
 | 
					// wxAnimationImpl
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user