]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
OS/2 fix
[wxWidgets.git] / include / wx / msw / listbox.h
index f1c58c0979b39c2494c77ab46c6676b490f508c1..5104928429677faa8a99c6278ccc234c34ba48a1 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 DoSetSelection(int n, bool select);
     virtual int GetSelection() const;
     virtual int GetSelections(wxArrayInt& aSelections) const;