X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a290fa5a7deebe9d96c0c0089d18e27d4bd9b624..c3c1a9a9ccca787181efe0fe49e147d18d239e7f:/include/wx/univ/statline.h diff --git a/include/wx/univ/statline.h b/include/wx/univ/statline.h index c6419bb513..56545ae3f4 100644 --- a/include/wx/univ/statline.h +++ b/include/wx/univ/statline.h @@ -33,7 +33,7 @@ public: } wxStaticLine(wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, @@ -43,7 +43,7 @@ public: } bool Create(wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL,