mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 06:08:40 +02:00
Steve says this fixes a compiler warning on Linux, "Audacity-devel] Bug 370 patch" thread.
This commit is contained in:
parent
9d8bdb1cca
commit
46413b00c3
@ -736,6 +736,7 @@ AudacityProject::AudacityProject(wxWindow * parent, wxWindowID id,
|
||||
mMixerBoard(NULL),
|
||||
mMixerBoardFrame(NULL),
|
||||
mFreqWindow(NULL),
|
||||
mAliasMissingWarningDialog(NULL),
|
||||
mToolManager(NULL),
|
||||
mbBusyImporting(false),
|
||||
mAudioIOToken(-1),
|
||||
@ -753,8 +754,7 @@ AudacityProject::AudacityProject(wxWindow * parent, wxWindowID id,
|
||||
mLastEffect(NULL),
|
||||
mLastEffectType(0),
|
||||
mTimerRecordCanceled(false),
|
||||
mMenuClose(false),
|
||||
mAliasMissingWarningDialog(NULL)
|
||||
mMenuClose(false)
|
||||
{
|
||||
int widths[] = {-2, -1};
|
||||
mStatusBar = CreateStatusBar(2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user