]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
removed wxCStrData::operator bool(), using c_str() return value as bool doesn't make...
[wxWidgets.git] / include / wx / sizer.h
index cb1bf054394765f0eeb6c388bd59d5c31e4b8490..ea5803beba060ac018b8bc52426a047cca75ec68 100644 (file)
@@ -734,8 +734,7 @@ public:
 
 protected:
     void AdjustForFlexDirection();
-    void AdjustForGrowables(const wxSize& sz, const wxSize& minsz,
-                            int nrows, int ncols);
+    void AdjustForGrowables(const wxSize& sz);
 
     // the heights/widths of all rows/columns
     wxArrayInt  m_rowHeights,