~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to src/app/lenmus_midi_wizard.cpp

  • Committer: Cecilio Salmeron
  • Date: 2012-12-20 10:05:22 UTC
  • Revision ID: s.cecilios@gmail.com-20121220100522-aslo7mzh9ohqfqg5
cmake modifiedto fix linking problems with zlib and libpng. Change in MidiWizard for compiling when wxWidgets is built with STL enabled

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
//---------------------------------------------------------------------------------------
102
102
bool MidiWizard::Run()
103
103
{
104
 
    wxWindowListNode* node = GetChildren().GetFirst();
 
104
    wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
105
105
    while (node)
106
106
    {
107
107
        wxWizardPage* startPage = wxDynamicCast(node->GetData(), wxWizardPage);