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:
parent
e80edb8515
commit
822211533d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user