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

Modified Files:
        DtmfGen.h 
Log Message:
Fix compilation problems on Linux

Index: DtmfGen.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/DtmfGen.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DtmfGen.h   2 Jan 2007 23:51:29 -0000       1.1
+++ DtmfGen.h   4 Jan 2007 09:31:40 -0000       1.2
@@ -68,7 +68,9 @@
 
 
  protected:
-   virtual bool EffectDtmf::MakeDtmfTone(float *buffer, sampleCount len, float 
fs, wxChar tone, sampleCount last, longSampleCount total);
+   virtual bool MakeDtmfTone(float *buffer, sampleCount len, float fs,
+                             wxChar tone, sampleCount last,
+                             longSampleCount total);
 
  // friendship ...
  friend class DtmfDialog;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to