X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9380570921e22b1037b9415f64b299669a23e88..384223b34b597844512652e5200ceaae82229c55:/include/wx/os2/control.h diff --git a/include/wx/os2/control.h b/include/wx/os2/control.h index 467db17931..af4e392ff1 100644 --- a/include/wx/os2/control.h +++ b/include/wx/os2/control.h @@ -12,6 +12,8 @@ #ifndef _WX_CONTROL_H_ #define _WX_CONTROL_H_ +#include "wx/dynarray.h" + WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr; // General item class @@ -83,7 +85,7 @@ protected: protected: // For controls like radiobuttons which are really composite - wxList m_subControls; + wxArrayLong m_subControls; virtual wxSize DoGetBestSize() const;