1
0
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:
v.audacity
2013-05-25 02:43:24 +00:00
parent 9d8bdb1cca
commit 46413b00c3

View File

@@ -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);