]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checklst.h
Refactored & cleaned up wxChoice & wxComboBox code, fixed client data
[wxWidgets.git] / include / wx / msw / checklst.h
index 7b7db054e4725986b17a1a71a309fb3c4dec9f6e..ffc70a0a512e7759e5e9d4df7d8234cb3e16ab2a 100644 (file)
@@ -64,7 +64,7 @@ public:
 protected:
   // we create our items ourselves and they have non-standard size,
   // so we need to override these functions
-  virtual wxOwnerDrawn *CreateItem(size_t n);
+  virtual wxOwnerDrawn *CreateLboxItem(size_t n);
   virtual bool          MSWOnMeasure(WXMEASUREITEMSTRUCT *item);
 
   // this can't be called DoHitTest() because wxWindow already has this method