X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..8d0a7b563acf4bd7e75824ba2076a7ab4d81a650:/include/wx/palmos/statline.h diff --git a/include/wx/palmos/statline.h b/include/wx/palmos/statline.h index 4e11f108a1..b4941d1549 100644 --- a/include/wx/palmos/statline.h +++ b/include/wx/palmos/statline.h @@ -27,7 +27,7 @@ public: wxStaticLine() { } wxStaticLine( wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, @@ -37,7 +37,7 @@ public: } bool Create( wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL,