mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Define sampleCount as a class, not a type alias...
... Define lots of operators for disambiguation, but they will go away after all conversions from sampleCount to built-in numerical types are forced to be explicit.
This commit is contained in:
@@ -143,7 +143,7 @@ void FindDependencies(AudacityProject *project,
|
||||
outAliasedFiles.back() =
|
||||
AliasedFile {
|
||||
wxFileNameWrapper { fileName },
|
||||
blockBytes, fileName.FileExists()
|
||||
wxLongLong(blockBytes), fileName.FileExists()
|
||||
};
|
||||
aliasedFileHash[fileNameStr] = &outAliasedFiles.back();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user