]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/choicdlg.h
few other fixes for wxChar => wxString
[wxWidgets.git] / interface / wx / choicdlg.h
index f9dcbc5d578f6af8b0d9e4e5308388df2865111b..b0c5779f1bb3161a706540b09d1136679f18dfdd 100644 (file)
@@ -120,7 +120,7 @@ public:
     /**
         Sets selected items from the array of selected items' indexes.
     */
-    void SetSelections(const wxArrayInt& selections) const;
+    void SetSelections(const wxArrayInt& selections);
 
     /**
         Shows the dialog, returning either wxID_OK or wxID_CANCEL.
@@ -265,7 +265,7 @@ public:
     /**
         Sets the index of the initially selected item.
     */
-    void SetSelection(int selection) const;
+    void SetSelection(int selection);
 
     /**
         Shows the dialog, returning either wxID_OK or wxID_CANCEL.