1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Add some const qualifiers to BlockFile methods

This commit is contained in:
Paul Licameli
2016-04-10 19:49:28 -04:00
parent 7a1b4eb149
commit f94b3b3afa
23 changed files with 112 additions and 110 deletions

View File

@@ -933,7 +933,7 @@ locations of the missing files."), missingFileName.c_str());
}
}
void AudacityApp::MarkAliasedFilesMissingWarning(BlockFile *b)
void AudacityApp::MarkAliasedFilesMissingWarning(const BlockFile *b)
{
// the reference counting provides thread safety.
if (b)