X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..246037e22990a4719c672c2e2a8b62b99cc4d49c:/include/wx/msw/checklst.h diff --git a/include/wx/msw/checklst.h b/include/wx/msw/checklst.h index a525fa9c29..51bd9f0a77 100644 --- a/include/wx/msw/checklst.h +++ b/include/wx/msw/checklst.h @@ -12,6 +12,10 @@ #ifndef __CHECKLST_H__ #define __CHECKLST_H__ +#ifdef __GNUG__ +#pragma interface "checklst.h" +#endif + typedef unsigned int uint; #if !USE_OWNER_DRAWN @@ -26,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);