X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d3820b348955b748fa0ab3076f4ed9763ce4bee..4540e33bb6bf41cc0c951d0345dd093179d9af05:/include/wx/msw/checklst.h diff --git a/include/wx/msw/checklst.h b/include/wx/msw/checklst.h index 71dc955261..f511a98087 100644 --- a/include/wx/msw/checklst.h +++ b/include/wx/msw/checklst.h @@ -6,11 +6,11 @@ // Created: 16.11.97 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifndef __CHECKLST_H__ -#define __CHECKLST_H__ +#ifndef __CHECKLST__H_ +#define __CHECKLST__H_ #ifdef __GNUG__ #pragma interface "checklst.h" @@ -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);