Use DLL export macro in wxImageList forward declaration

Do it if only for consistency.
This commit is contained in:
Vadim Zeitlin 2020-02-07 17:30:28 +01:00
parent 23ebbb139d
commit 714fefb3e5

View File

@ -15,7 +15,7 @@
#if wxUSE_RIBBON
class wxImageList;
class WXDLLIMPEXP_FWD_CORE wxImageList;
#include "wx/ribbon/control.h"
#include "wx/ribbon/page.h"