mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 14:18:41 +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),
|
mMixerBoard(NULL),
|
||||||
mMixerBoardFrame(NULL),
|
mMixerBoardFrame(NULL),
|
||||||
mFreqWindow(NULL),
|
mFreqWindow(NULL),
|
||||||
|
mAliasMissingWarningDialog(NULL),
|
||||||
mToolManager(NULL),
|
mToolManager(NULL),
|
||||||
mbBusyImporting(false),
|
mbBusyImporting(false),
|
||||||
mAudioIOToken(-1),
|
mAudioIOToken(-1),
|
||||||
@ -753,8 +754,7 @@ AudacityProject::AudacityProject(wxWindow * parent, wxWindowID id,
|
|||||||
mLastEffect(NULL),
|
mLastEffect(NULL),
|
||||||
mLastEffectType(0),
|
mLastEffectType(0),
|
||||||
mTimerRecordCanceled(false),
|
mTimerRecordCanceled(false),
|
||||||
mMenuClose(false),
|
mMenuClose(false)
|
||||||
mAliasMissingWarningDialog(NULL)
|
|
||||||
{
|
{
|
||||||
int widths[] = {-2, -1};
|
int widths[] = {-2, -1};
|
||||||
mStatusBar = CreateStatusBar(2);
|
mStatusBar = CreateStatusBar(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user