]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
removed 2.0 compatibility stuff (patch 1054261)
[wxWidgets.git] / include / wx / msw / listbox.h
index f1c58c0979b39c2494c77ab46c6676b490f508c1..d0acdcb94974a07955e4a3deb650ccab8a67daf0 100644 (file)
@@ -32,7 +32,7 @@
 #endif // wxUSE_OWNER_DRAWN
 
 // forward decl for GetSelections()
-class wxArrayInt;
+class WXDLLIMPEXP_BASE wxArrayInt;
 
 // ----------------------------------------------------------------------------
 // List box control
@@ -91,7 +91,7 @@ public:
     virtual int FindString(const wxString& s) const;
 
     virtual bool IsSelected(int n) const;
-    virtual void SetSelection(int n, bool select = TRUE);
+    virtual void SetSelection(int n, bool select = true);
     virtual int GetSelection() const;
     virtual int GetSelections(wxArrayInt& aSelections) const;