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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user