Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31314

Modified Files:
        TrackPanel.cpp 
Log Message:
fix include path for ODManager.h

Index: TrackPanel.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/TrackPanel.cpp,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -d -r1.407 -r1.408
--- TrackPanel.cpp      16 Jul 2008 21:02:47 -0000      1.407
+++ TrackPanel.cpp      17 Jul 2008 18:48:12 -0000      1.408
@@ -199,7 +199,8 @@
 #include "TrackPanelAx.h"
 #include "ViewInfo.h"
 #include "WaveTrack.h"
-#include "ODManager.h"
+
+#include "ondemand/ODManager.h"
 
 #include "toolbars/ControlToolBar.h"
 #include "toolbars/ToolManager.h"


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to