]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/checklst.h
set eol-style
[wxWidgets.git] / include / wx / os2 / checklst.h
index 2a23c9645d5ca98f90ed5f662d7d5c15fcc6591c..db4f841bc6474cb3ec822f04392e88e92bcb1809 100644 (file)
@@ -72,7 +72,9 @@ protected:
     virtual wxOwnerDrawn* CreateItem(size_t n);
     virtual long          OS2OnMeasure(WXMEASUREITEMSTRUCT* pItem);
 
     virtual wxOwnerDrawn* CreateItem(size_t n);
     virtual long          OS2OnMeasure(WXMEASUREITEMSTRUCT* pItem);
 
-    virtual void DoInsertItems(const wxArrayString& items, unsigned int pos);
+    virtual int DoInsertItems(const wxArrayStringsAdapter & items,
+                              unsigned int pos,
+                              void **clientData, wxClientDataType type);
 
     //
     // Pressing space or clicking the check box toggles the item
 
     //
     // Pressing space or clicking the check box toggles the item