]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
IsModified() function now works correctly
[wxWidgets.git] / src / msw / checklst.cpp
index 51fd72182eb2eb6ea0549353658d8fed98594803..e388e1fb2d51e5c7270b0238caedfd5ee0da8573 100644 (file)
@@ -219,10 +219,10 @@ wxCheckListBox::wxCheckListBox() : wxListBox()
 }
 
 // ctor which creates the associated control
-wxCheckListBox::wxCheckListBox(wxWindow *parent, const wxWindowID id,
+wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id,
                                const wxPoint& pos, const wxSize& size,
-                               const int nStrings, const wxString choices[],
-                               const long style, const wxValidator& val,
+                               int nStrings, const wxString choices[],
+                               long style, const wxValidator& val,
                                const wxString& name) // , const wxFont& font)
                 // don't use ctor with arguments! we must call Create()
                 // ourselves from here.