From 00b3a749fa2378c4332830b1a8f9e42b72a6d454 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 24 Oct 2006 19:46:10 +0000 Subject: [PATCH] use WXDLLIMPEXP_ADV on the base class too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/collpane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/collpane.h b/include/wx/collpane.h index cfdf476af3..97caa431fe 100644 --- a/include/wx/collpane.h +++ b/include/wx/collpane.h @@ -21,7 +21,7 @@ #define wxCP_DEFAULT_STYLE (0) -class WXDLLEXPORT wxCollapsiblePaneBase : public wxControl +class WXDLLIMPEXP_ADV wxCollapsiblePaneBase : public wxControl { public: wxCollapsiblePaneBase() {} -- 2.45.2