wxRadioBoxButtonsInfoList should be exported (should fix cygwin build link)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-07-16 18:38:11 +00:00
parent b3f1734fa0
commit a10a31ce56

View File

@ -16,7 +16,7 @@ class WXDLLIMPEXP_CORE wxGTKRadioButtonInfo;
#include "wx/list.h"
WX_DECLARE_LIST(wxGTKRadioButtonInfo, wxRadioBoxButtonsInfoList);
WX_DECLARE_EXPORTED_LIST(wxGTKRadioButtonInfo, wxRadioBoxButtonsInfoList);
//-----------------------------------------------------------------------------