]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
wxNotebook::HitTest() for wxMSW added (patch 748469)
[wxWidgets.git] / include / wx / msw / listbox.h
index 0021cc304f87df6aa46924f118e65e9c6f791b9e..0c5161b91f15528f04e07cdf6023272899afe069 100644 (file)
@@ -95,7 +95,7 @@ public:
     bool MSWOnDraw(WXDRAWITEMSTRUCT *item);
 
     // plug-in for derived classes
-    virtual wxOwnerDrawn *CreateItem(size_t n);
+    virtual wxOwnerDrawn *CreateLboxItem(size_t n);
 
     // allows to get the item and use SetXXX functions to set it's appearance
     wxOwnerDrawn *GetItem(size_t n) const { return m_aItems[n]; }