1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-22 16:41:18 +01:00

Another const argument, another "override"

This commit is contained in:
Paul Licameli
2016-03-02 12:47:52 -05:00
parent 2f6af8bfd5
commit 2157b92b7b
2 changed files with 3 additions and 3 deletions

View File

@@ -807,7 +807,7 @@ void WaveTrack::SetWaveformSettings(WaveformSettings *pSettings)
//
bool WaveTrack::ClearAndPaste(double t0, // Start of time to clear
double t1, // End of time to clear
Track *src, // What to paste
const Track *src, // What to paste
bool preserve, // Whether to reinsert splits/cuts
bool merge, // Whether to remove 'extra' splits
TimeWarper *effectWarper // How does time change