export wxStatusBarPaneArray from the DLL to fix Borland multilib build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -90,7 +90,7 @@ protected:
|
|||||||
bool m_bEllipsized;
|
bool m_bEllipsized;
|
||||||
};
|
};
|
||||||
|
|
||||||
WX_DECLARE_OBJARRAY(wxStatusBarPane, wxStatusBarPaneArray);
|
WX_DECLARE_EXPORTED_OBJARRAY(wxStatusBarPane, wxStatusBarPaneArray);
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxStatusBar: a window near the bottom of the frame used for status info
|
// wxStatusBar: a window near the bottom of the frame used for status info
|
||||||
|
@@ -42,7 +42,7 @@ const char wxStatusBarNameStr[] = "statusBar";
|
|||||||
IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow)
|
IMPLEMENT_DYNAMIC_CLASS(wxStatusBar, wxWindow)
|
||||||
|
|
||||||
#include "wx/arrimpl.cpp" // This is a magic incantation which must be done!
|
#include "wx/arrimpl.cpp" // This is a magic incantation which must be done!
|
||||||
WX_DEFINE_OBJARRAY(wxStatusBarPaneArray)
|
WX_DEFINE_EXPORTED_OBJARRAY(wxStatusBarPaneArray)
|
||||||
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user