mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 00:58:37 +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:
parent
37f52c4695
commit
00b4827dd5
@ -21,6 +21,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/filename.h>
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include "../Audacity.h"
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/process.h>
|
||||
#include <wx/textctrl.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user