X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7c40406e6353e73f79b4842f0b1130ec5b97437..d44d0cbd7343e36ddd3657dd97cd5eb7018d2585:/include/wx/generic/statline.h?ds=inline diff --git a/include/wx/generic/statline.h b/include/wx/generic/statline.h index 5e5b13c24f..a2993d8f84 100644 --- a/include/wx/generic/statline.h +++ b/include/wx/generic/statline.h @@ -11,7 +11,7 @@ #ifndef _WX_GENERIC_STATLINE_H_ #define _WX_GENERIC_STATLINE_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "statline.h" #endif @@ -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,