projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed wxCStrData::operator bool(), using c_str() return value as bool doesn't make...
[wxWidgets.git]
/
include
/
wx
/
sizer.h
diff --git
a/include/wx/sizer.h
b/include/wx/sizer.h
index cb1bf054394765f0eeb6c388bd59d5c31e4b8490..ea5803beba060ac018b8bc52426a047cca75ec68 100644
(file)
--- a/
include/wx/sizer.h
+++ b/
include/wx/sizer.h
@@
-734,8
+734,7
@@
public:
protected:
void AdjustForFlexDirection();
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,
// the heights/widths of all rows/columns
wxArrayInt m_rowHeights,