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

Add some const qualifiers; define TrackListConstIterator

This commit is contained in:
Paul Licameli
2016-02-08 15:59:50 -05:00
parent ffe9989f7c
commit a5b6c9fd8f
23 changed files with 93 additions and 63 deletions

View File

@@ -79,7 +79,7 @@ private:
bool selectedOnly,
double t0,
double t1,
Tags tags);
const Tags &tags);
/** \brief Takes an arbitrary text string and converts it to a form that can
* be used as a file name, if necessary prompting the user to edit the file
* name produced */