X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7aab7176f17f06d41011d78dc462e47672357859..5405bfb439dcb552bd79e6f35c347498811f85ef:/include/wx/sizer.h?ds=inline diff --git a/include/wx/sizer.h b/include/wx/sizer.h index aa14476d05..f4b0b4ba8a 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -827,7 +827,7 @@ class WXDLLIMPEXP_CORE wxFlexGridSizer: public wxGridSizer public: // ctors specifying the number of columns only: number of rows will be // deduced automatically depending on the number of sizer elements - wxFlexGridSizer( int cols, int vgap, int hgap = 0); + wxFlexGridSizer( int cols, int vgap, int hgap ); wxFlexGridSizer( int cols, const wxSize& gap = wxSize(0, 0) ); // ctors specifying the number of rows and columns