mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-01 03:54:47 +02:00
Fix most of the compile warnings I get on Linux (but not the Audacity Logo
xpm stuff or a few things in FFMPEG export)
This commit is contained in:
@@ -1002,8 +1002,8 @@ ProgressDialog::ProgressDialog(const wxString & title, const wxString & message,
|
||||
wxDefaultSize,
|
||||
wxDEFAULT_DIALOG_STYLE |
|
||||
wxFRAME_FLOAT_ON_PARENT),
|
||||
mDisable(NULL),
|
||||
mLastValue(0)
|
||||
mLastValue(0),
|
||||
mDisable(NULL)
|
||||
{
|
||||
wxBoxSizer *v;
|
||||
wxWindow *w;
|
||||
|
||||
Reference in New Issue
Block a user