X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..c3aee5c154ce130ab9858453c9ae28f944565695:/include/wx/univ/statline.h diff --git a/include/wx/univ/statline.h b/include/wx/univ/statline.h index ffee40b952..c6419bb513 100644 --- a/include/wx/univ/statline.h +++ b/include/wx/univ/statline.h @@ -8,7 +8,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "univstatline.h" #endif @@ -26,9 +26,9 @@ public: wxCoord length, long style = wxLI_HORIZONTAL) { - Create(parent, -1, pos, - style & wxLI_VERTICAL ? wxSize(-1, length) - : wxSize(length, -1), + Create(parent, wxID_ANY, pos, + style & wxLI_VERTICAL ? wxSize(wxDefaultCoord, length) + : wxSize(length, wxDefaultCoord), style); }