]> git.saurik.com Git - wxWidgets.git/commitdiff
Revert wxFlexGridSizer constr. change
authorRobert Roebling <robert@roebling.de>
Sun, 15 Nov 2009 09:40:30 +0000 (09:40 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 15 Nov 2009 09:40:30 +0000 (09:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/sizer.h
interface/wx/sizer.h

index aa14476d05d175c84ad437b18a3a77155643f38d..f4b0b4ba8af24f819d494ae90b2def559771d69b 100644 (file)
@@ -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
index 6e6d1f36a4d7a84d40d56f59d8be1b370191c15d..cfd1dd841ce855cb2582bf5c8e4ebf7723233c88 100644 (file)
@@ -1446,7 +1446,7 @@ public:
 
         @since 2.9.1 (except for the four argument overload)
     */
-    wxFlexGridSizer( int cols, int vgap, int hgap = 0 );
+    wxFlexGridSizer( int cols, int vgap, int hgap );
     wxFlexGridSizer( int cols, const wxSize& gap = wxSize(0, 0) );
 
     wxFlexGridSizer( int rows, int cols, int vgap, int hgap );