mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-23 22:51:23 +01:00
fix Windows build
This commit is contained in:
@@ -416,7 +416,7 @@ void SpectrumPrefs::Rollback()
|
||||
}
|
||||
}
|
||||
|
||||
bool SpectrumPrefs::Preview()
|
||||
void SpectrumPrefs::Preview()
|
||||
{
|
||||
if (!Validate())
|
||||
return false;
|
||||
@@ -487,6 +487,8 @@ bool SpectrumPrefs::Commit()
|
||||
SpectrogramSettings *const pSettings = &SpectrogramSettings::defaults();
|
||||
pSettings->SavePrefs();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool SpectrumPrefs::ShowsPreviewButton()
|
||||
|
||||
Reference in New Issue
Block a user