mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-25 23:51:35 +01:00
Some naming consistency...
Prefer "MissingAliasFiles" not other permutations of the words
This commit is contained in:
@@ -159,9 +159,9 @@ class PROFILE_DLL_API DirManager final : public XMLTagHandler {
|
||||
// Too complicated during auto-recover. Just correct problems the "safest" way.
|
||||
int ProjectFSCK(const bool bForceError, const bool bAutoRecoverMode);
|
||||
|
||||
void FindMissingAliasedFiles(
|
||||
BlockHash& missingAliasedFileAUFHash, // output: (.auf) AliasBlockFiles whose aliased files are missing
|
||||
BlockHash& missingAliasedFilePathHash); // output: full paths of missing aliased files
|
||||
void FindMissingAliasFiles(
|
||||
BlockHash& missingAliasFilesAUFHash, // output: (.auf) AliasBlockFiles whose aliased files are missing
|
||||
BlockHash& missingAliasFilesPathHash); // output: full paths of missing aliased files
|
||||
void FindMissingAUFs(
|
||||
BlockHash& missingAUFHash); // output: missing (.auf) AliasBlockFiles
|
||||
void FindMissingAUs(
|
||||
|
||||
Reference in New Issue
Block a user