From: Robin Dunn Date: Sat, 29 Jul 2006 23:01:08 +0000 (+0000) Subject: DLL compilation fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/14a010678d1b6b3f565361de562d9bc93c11aeb0 DLL compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/aui/tabmdi.h b/include/wx/aui/tabmdi.h index 6f0ee3c6fe..a0ce4eced0 100644 --- a/include/wx/aui/tabmdi.h +++ b/include/wx/aui/tabmdi.h @@ -25,9 +25,9 @@ // classes //----------------------------------------------------------------------------- -class WXDLLEXPORT wxTabMDIParentFrame; -class WXDLLEXPORT wxTabMDIClientWindow; -class WXDLLEXPORT wxTabMDIChildFrame; +class WXDLLIMPEXP_AUI wxTabMDIParentFrame; +class WXDLLIMPEXP_AUI wxTabMDIClientWindow; +class WXDLLIMPEXP_AUI wxTabMDIChildFrame; //----------------------------------------------------------------------------- // wxTabMDIParentFrame