]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
added wrapper for <commctrl.h> as well
[wxWidgets.git] / include / wx / msw / listbox.h
index 0c5161b91f15528f04e07cdf6023272899afe069..3a187be8700b57b3ad52a9df2a29279deabd92a5 100644 (file)
@@ -28,7 +28,7 @@
   // define the array of list box items
   #include  "wx/dynarray.h"
 
-  WX_DEFINE_EXPORTED_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
+  WX_DEFINE_EXPORTED_ARRAY_NO_PTR(wxOwnerDrawn *, wxListBoxItemsArray);
 #endif // wxUSE_OWNER_DRAWN
 
 // forward decl for GetSelections()
@@ -129,7 +129,7 @@ protected:
 #endif
 
 private:
-    DECLARE_DYNAMIC_CLASS(wxListBox)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxListBox)
 };
 
 #endif // wxUSE_LISTBOX