mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 06:01:04 +01:00
Steve says this fixes a compiler warning on Linux, "Audacity-devel] Bug 370 patch" thread.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user