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

Modified Files:
        MeterToolBar.cpp 
Log Message:
Must return a value

Index: MeterToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/MeterToolBar.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- MeterToolBar.cpp    23 May 2007 23:26:43 -0000      1.4
+++ MeterToolBar.cpp    24 May 2007 01:43:30 -0000      1.5
@@ -105,7 +105,7 @@
    mPlayMeter = NULL;
    mRecordMeter = NULL;
    gAudioIO->SetMeters(NULL, NULL);
-   ToolBar::DestroyChildren();
+   return ToolBar::DestroyChildren();
 }
 
 void MeterToolBar::OnSize( wxSizeEvent & evt )


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to