]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
HKEY -> WXHKEY, wxScrolledWindow::SetScale added
[wxWidgets.git] / include / wx / msw / listbox.h
index d8cf809003e4d44e763ec398ac1b0c55f3e3302d..b11df5edd389fcf9488bb8b7cca16a68313a0aff 100644 (file)
@@ -68,10 +68,10 @@ class WXDLLEXPORT wxListBox: public wxControl
   bool MSWOnDraw(WXDRAWITEMSTRUCT *item);
 
   // plug-in for derived classes
-  virtual wxOwnerDrawn *CreateItem(uint n);
+  virtual wxOwnerDrawn *CreateItem(size_t n);
 
   // allows to get the item and use SetXXX functions to set it's appearance
-  wxOwnerDrawn *GetItem(uint n) const { return m_aItems[n]; }
+  wxOwnerDrawn *GetItem(size_t n) const { return m_aItems[n]; }
 #endif
 
   virtual void Append(const wxString& item);