From 714fefb3e542c158c6d0c1636497a40a6f4c8b7d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 7 Feb 2020 17:30:28 +0100 Subject: [PATCH] Use DLL export macro in wxImageList forward declaration Do it if only for consistency. --- include/wx/ribbon/bar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/ribbon/bar.h b/include/wx/ribbon/bar.h index 9dcbb04488..76d36a31b7 100644 --- a/include/wx/ribbon/bar.h +++ b/include/wx/ribbon/bar.h @@ -15,7 +15,7 @@ #if wxUSE_RIBBON -class wxImageList; +class WXDLLIMPEXP_FWD_CORE wxImageList; #include "wx/ribbon/control.h" #include "wx/ribbon/page.h"