X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..682214d5c6ec3e56dbdfd0c97d70d87e614b38c2:/include/wx/generic/statline.h diff --git a/include/wx/generic/statline.h b/include/wx/generic/statline.h index 3ba19ec310..a2993d8f84 100644 --- a/include/wx/generic/statline.h +++ b/include/wx/generic/statline.h @@ -30,7 +30,7 @@ public: wxStaticLine() { m_statbox = NULL; } wxStaticLine( wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, @@ -42,7 +42,7 @@ public: virtual ~wxStaticLine(); bool Create( wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL,