Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19107

Modified Files:
        TrackPanel.cpp 
Log Message:
Commit fix for wxWidgets libraries with STL built in form Michal Seben.
(Really commit it this time.)


Index: TrackPanel.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/TrackPanel.cpp,v
retrieving revision 1.447
retrieving revision 1.448
diff -u -d -r1.447 -r1.448
--- TrackPanel.cpp      24 Apr 2009 23:10:03 -0000      1.447
+++ TrackPanel.cpp      26 Apr 2009 18:37:11 -0000      1.448
@@ -6393,7 +6393,7 @@
    wxMenuItem * item;
    int id;
 
-   for ( wxwxMenuItemListNode * node = list.GetFirst(); node; node = 
node->GetNext() )
+   for ( wxMenuItemList::compatibility_iterator node = list.GetFirst(); node; 
node = node->GetNext() )
    {
       item = node->GetData();
       id = item->GetId();


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to