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

Modified Files:
        ExportFLAC.cpp ExportFLAC.h 
Log Message:
Fixed some compile errors

Index: ExportFLAC.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportFLAC.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ExportFLAC.h        21 Aug 2006 12:37:11 -0000      1.3
+++ ExportFLAC.h        3 Sep 2006 02:24:14 -0000       1.4
@@ -11,7 +11,8 @@
 #ifndef __AUDACITY_EXPORTFLAC__
 #define __AUDACITY_EXPORTFLAC__
 
-class wxString;
+#include <wx/defs.h>
+#include <wx/string.h>
 
 class MixerSpec;
 class AudacityProject;
@@ -19,8 +20,9 @@
 class WaveTrack;
 
 bool ExportFLAC(AudacityProject *project,
-               int channels, wxString fName,
-               bool selectionOnly, double t0, double t1, MixerSpec *mixerSpec 
= NULL);
+                int channels, wxString fName,
+                bool selectionOnly, double t0, double t1,
+                MixerSpec *mixerSpec = NULL);
 
 
 #endif

Index: ExportFLAC.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportFLAC.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ExportFLAC.cpp      21 Aug 2006 12:37:11 -0000      1.7
+++ ExportFLAC.cpp      3 Sep 2006 02:24:14 -0000       1.8
@@ -46,7 +46,6 @@
                 bool selectionOnly, double t0, double t1, MixerSpec *mixerSpec)
 {
    double    rate    = project->GetRate();
-   wxWindow  *parent = project;
    TrackList *tracks = project->GetTracks();
    
    wxLogNull logNo;            // temporarily disable wxWindows error messages 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to