Blind Tinderbox build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-07-25 10:31:38 +00:00
parent e80edb8515
commit 822211533d

View File

@ -33,7 +33,7 @@ class WXDLLEXPORT wxTabMDIChildFrame;
// wxTabMDIParentFrame
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxTabMDIParentFrame : public wxFrame
class WXDLLIMPEXP_AUI wxTabMDIParentFrame : public wxFrame
{
public:
wxTabMDIParentFrame();
@ -108,7 +108,7 @@ private:
// wxTabMDIChildFrame
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxTabMDIChildFrame : public wxPanel
class WXDLLIMPEXP_AUI wxTabMDIChildFrame : public wxPanel
{
public:
wxTabMDIChildFrame();
@ -226,7 +226,7 @@ private:
// wxTabMDIClientWindow
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxTabMDIClientWindow : public wxAuiMultiNotebook
class WXDLLIMPEXP_AUI wxTabMDIClientWindow : public wxAuiMultiNotebook
{
public:
wxTabMDIClientWindow();