]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
Added RTTI
[wxWidgets.git] / include / wx / msw / listbox.h
index a994417d49b4ced71c1947458fbc2cfc90f07489..9574e73e9f105506368240abd5de60fa6eed391e 100644 (file)
@@ -28,7 +28,7 @@
   // define the array of list box items
   #include  "wx/dynarray.h"
 
-  WX_DEFINE_EXPORTED_ARRAY_NO_PTR(wxOwnerDrawn *, wxListBoxItemsArray);
+  WX_DEFINE_EXPORTED_ARRAY_PTR(wxOwnerDrawn *, wxListBoxItemsArray);
 #endif // wxUSE_OWNER_DRAWN
 
 // forward decl for GetSelections()
@@ -75,8 +75,6 @@ public:
 
     virtual bool IsSelected(int n) const;
     virtual void SetSelection(int n, bool select = TRUE);
-    // rtti needs a function with just one signature
-    void SetSelectionLine(int n) { SetSelection( n ) ; }
     virtual int GetSelection() const;
     virtual int GetSelections(wxArrayInt& aSelections) const;