]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gbsizer.cpp
avoid undefined behavior from token paste resulting in more than one token
[wxWidgets.git] / src / common / gbsizer.cpp
index ccde4a9a3486bb9a9f9a5afb2cdee5454b1cb126..b4b50b2842ae4cf918d3f1025265af042aad3c1c 100644 (file)
@@ -507,7 +507,7 @@ void wxGridBagSizer::RecalcSizes()
     m_cols = m_colWidths.GetCount();
     int idx, width, height;
 
-    AdjustForGrowables(sz, m_calculatedMinSize, m_rows, m_cols);
+    AdjustForGrowables(sz);
 
     // Find the start positions on the window of the rows and columns
     wxArrayInt rowpos;