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