]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/checklst.cpp
Fixed doubled-up key effects in wxTextCtrl by resetting m_lastMsg to 0
[wxWidgets.git] / src / gtk1 / checklst.cpp
index 3eaf62c54bcf9ac740a009e5abd6bdd20c292efb..e47e7bd8054147c25ddf5c11b5589e5a1a528157 100644 (file)
@@ -31,8 +31,8 @@ wxCheckListBox::wxCheckListBox() :
 wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id,
                  const wxPoint& pos,
                  const wxSize& size,
-                 int nStrings,
-                 const wxString choices[],
+                 int nStrings, 
+                 const wxString *choices,
                  long style,
                  const wxValidator& validator,
                  const wxString& name )