Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Update
flamerobin
flamerobin-0.9.2-wxWindowListNode.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File flamerobin-0.9.2-wxWindowListNode.patch of Package flamerobin
Index: src/gui/BaseDialog.cpp =================================================================== --- src/gui/BaseDialog.cpp.orig +++ src/gui/BaseDialog.cpp @@ -103,7 +103,7 @@ void BaseDialog::updateColors(wxWindow * parent = this; const wxColour silver = wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE); wxWindowList& l = parent->GetChildren(); - for (wxWindowListNode *n = l.GetFirst(); n; n = n->GetNext()) + for (wxWindowList::compatibility_iterator n = l.GetFirst(); n; n = n->GetNext()) { wxObject *o = n->GetData(); if (dynamic_cast<wxPanel *>(o)) Index: src/gui/BaseFrame.cpp =================================================================== --- src/gui/BaseFrame.cpp.orig +++ src/gui/BaseFrame.cpp @@ -107,7 +107,7 @@ void BaseFrame::writeConfigSettings() co // propagate call to children frames. const wxWindowList& children = GetChildren(); - wxWindowListNode *node = children.GetFirst(); + wxWindowList::compatibility_iterator node = children.GetFirst(); while (node) { BaseFrame *f = dynamic_cast<BaseFrame *>(node->GetData());
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor