]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/listbox.h
don't pass NULL pointer to printf(), this crashes Solaris printf
[wxWidgets.git] / include / wx / univ / listbox.h
index d73708e06b0d67b16b36fb2d574fa1ce3440e503..992837185add05a4d58422d7fcc23538d12e5d9e 100644 (file)
@@ -112,7 +112,7 @@ public:
 
     virtual bool IsSelected(int n) const
         { return m_selections.Index(n) != wxNOT_FOUND; }
-    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;