STL-ification patch for wxMSW and wxGTK.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -734,7 +734,7 @@ int wxIndividualLayoutConstraint::GetEdge(wxEdge which,
|
||||
// If the edge or dimension belongs to the parent, then we know the
|
||||
// dimension is obtainable immediately. E.g. a wxExpandSizer may contain a
|
||||
// button (but the button's true parent is a panel, not the sizer)
|
||||
if (other->GetChildren().Find(thisWin))
|
||||
if (other->GetChildren().Find((wxWindow*)thisWin))
|
||||
{
|
||||
switch (which)
|
||||
{
|
||||
|
Reference in New Issue
Block a user