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

Modified Files:
      Tag: Audacity_UmixIt
        Meter.cpp 
Log Message:
gcc is too strict

Index: Meter.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Meter.cpp,v
retrieving revision 1.1.2.12.2.4
retrieving revision 1.1.2.12.2.5
diff -u -d -r1.1.2.12.2.4 -r1.1.2.12.2.5
--- Meter.cpp   27 Feb 2007 10:32:43 -0000      1.1.2.12.2.4
+++ Meter.cpp   27 Feb 2007 10:39:33 -0000      1.1.2.12.2.5
@@ -140,7 +140,7 @@
              const wxSize& size /*= wxDefaultSize*/,
              const wxColour& rmsColor /*= wxNullColour*/, // Darker shades are 
automatically determined.
              const float decayRate /*= 60.0f*/,
-             const bool aquaOk = true) : // dB/sec
+             const bool aquaOk /*= true*/) : // dB/sec
    wxPanel(parent, id, pos, size),
    mQueue(256),
    mWidth(size.x), mHeight(size.y),


-------------------------------------------------------------------------
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