X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a290fa5a7deebe9d96c0c0089d18e27d4bd9b624..ce4b7808ca940be201422a066de141ca12f13863:/include/wx/univ/statline.h?ds=sidebyside diff --git a/include/wx/univ/statline.h b/include/wx/univ/statline.h index c6419bb513..6b6af3c56d 100644 --- a/include/wx/univ/statline.h +++ b/include/wx/univ/statline.h @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "univstatline.h" -#endif - #ifndef _WX_UNIV_STATLINE_H_ #define _WX_UNIV_STATLINE_H_ @@ -33,7 +29,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 +39,7 @@ public: } bool Create(wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL,