From 0b13400f4f64cab42fab677cf484135a134dfe69 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 29 Oct 2006 02:26:37 +0000 Subject: [PATCH] Add export macros git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/aui/auibook.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/aui/auibook.h b/include/wx/aui/auibook.h index 57a605bbf9..70e8c8bb4b 100644 --- a/include/wx/aui/auibook.h +++ b/include/wx/aui/auibook.h @@ -30,7 +30,7 @@ // tab art class -class wxTabArt +class WXDLLIMPEXP_AUI wxTabArt { public: @@ -54,7 +54,7 @@ public: }; -class wxDefaultTabArt : public wxTabArt +class WXDLLIMPEXP_AUI wxDefaultTabArt : public wxTabArt { public: -- 2.45.2