1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Better comments in WaveClip.* after commit 1276968

This commit is contained in:
Paul Licameli
2020-07-06 16:08:36 -04:00
parent 6c2cd2057c
commit 0c92d1ed74
2 changed files with 4 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ WaveClip::WaveClip(const WaveClip& orig,
bool copyCutlines)
{
// essentially a copy constructor - but you must pass in the
// current project, because we might be copying
// current sample block factory, because we might be copying
// from one project to another
mOffset = orig.mOffset;