#include "wx/dynarray.h"
// General item class
-class WXDLLEXPORT wxControl : public wxControlBase
+class WXDLLIMPEXP_CORE wxControl : public wxControlBase
{
DECLARE_ABSTRACT_CLASS(wxControl)
int m_nYComp;
wxString m_label;
+ WXDWORD m_dwStyle;
DECLARE_EVENT_TABLE()
}; // end of wxControl