wxUSE_STL fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -205,7 +205,7 @@ bool csSettingsDialog::TransferDataFromWindow()
|
||||
}
|
||||
|
||||
// Apply settings to all open diagram documents
|
||||
wxNode* node = wxGetApp().GetDocManager()->GetDocuments().GetFirst();
|
||||
wxObjectList::compatibility_iterator node = wxGetApp().GetDocManager()->GetDocuments().GetFirst();
|
||||
while (node)
|
||||
{
|
||||
wxDocument* doc = (wxDocument*) node->GetData();
|
||||
@@ -365,7 +365,7 @@ void csShapePropertiesDialog::SetDefaults()
|
||||
if (!m_attributeDialog)
|
||||
return;
|
||||
|
||||
wxWindowListNode* node = m_attributeDialog->GetChildren().GetFirst();
|
||||
wxWindowList::compatibility_iterator node = m_attributeDialog->GetChildren().GetFirst();
|
||||
while (node)
|
||||
{
|
||||
wxWindow* child = (wxWindow*) node->GetData();
|
||||
|
Reference in New Issue
Block a user