1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00

Eliminate MSVC compiler warnings.Clean up some issues with Effect abstract classes, primarily that the progress dialog had Stop and Cancel buttons that produced exactly the same results, i.e., Cancel, so I removed the Stop button.

This commit is contained in:
v.audacity 2010-09-02 04:19:14 +00:00
parent 37f52c4695
commit 00b4827dd5
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
**********************************************************************/
#include <wx/button.h>
#include <wx/defs.h>
#include <wx/dialog.h>
#include <wx/filename.h>

View File

@ -15,6 +15,7 @@
#include "../Audacity.h"
#include <wx/button.h>
#include <wx/log.h>
#include <wx/process.h>
#include <wx/textctrl.h>