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

Modified Files:
        Warning.cpp 
Log Message:
Fix warning.

Index: Warning.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Warning.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Warning.cpp 9 Apr 2009 07:34:01 -0000       1.10
+++ Warning.cpp 10 Apr 2009 01:21:19 -0000      1.11
@@ -84,7 +84,7 @@
 
    WarningDialog dlog(parent, message);
 
-   gPrefs->Write(key, (bool) dlog.ShowModal());
+   gPrefs->Write(key, dlog.ShowModal());
 }
 
 // Indentation settings for Vim and Emacs and unique identifier for Arch, a


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to