]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checklst.h
added "access" parameter to wxFile::Create and Open. The default value is
[wxWidgets.git] / include / wx / msw / checklst.h
index 71dc955261122029d69d34c4acabd932ec2d930b..51bd9f0a77461aea58584e90a56be4400fe9398e 100644 (file)
@@ -30,12 +30,12 @@ class wxCheckListBox : public wxListBox
 public:
   // ctors
   wxCheckListBox();
-  wxCheckListBox(wxWindow *parent, const wxWindowID id,
+  wxCheckListBox(wxWindow *parent, wxWindowID id,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
-                 const int nStrings = 0, 
+                 int nStrings = 0, 
                  const wxString choices[] = NULL,
-                 const long style = 0,
+                 long style = 0,
                  const wxValidator& validator = wxDefaultValidator,
                  const wxString& name = wxListBoxNameStr);
 //                 const wxFont& font = wxNullFont);