]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/control.h
wxDateTime::IsValid() now returns m_time != (wxLongLong)-1
[wxWidgets.git] / include / wx / os2 / control.h
index 467db17931b16ae450a2f94d7ce6ac94acfa7a82..af4e392ff1ae8257ce3638b5b77eed0b3c9cab6b 100644 (file)
@@ -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;