From 46413b00c3a6ff35eee4deb7ca9633cc4d7cbb1d Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Sat, 25 May 2013 02:43:24 +0000 Subject: [PATCH] Steve says this fixes a compiler warning on Linux, "Audacity-devel] Bug 370 patch" thread. --- src/Project.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Project.cpp b/src/Project.cpp index eb22c63d9..0043d51b6 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -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);