mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 06:31:07 +01:00
Applied Paul L's patch for save/restore (and compiler warning). Fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=283
This commit is contained in:
@@ -727,6 +727,8 @@ AudacityProject::AudacityProject(wxWindow * parent, wxWindowID id,
|
||||
const wxPoint & pos,
|
||||
const wxSize & size)
|
||||
: wxFrame(parent, id, wxT("Audacity"), pos, size),
|
||||
mSel0save(0.0),
|
||||
mSel1save(0.0),
|
||||
mLastPlayMode(normalPlay),
|
||||
mRate((double) gPrefs->Read(wxT("/SamplingRate/DefaultProjectSampleRate"), AudioIO::GetOptimalSupportedSampleRate())),
|
||||
mDefaultFormat((sampleFormat) gPrefs->
|
||||
|
||||
Reference in New Issue
Block a user