mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
Add some const qualifiers to BlockFile methods
This commit is contained in:
@@ -74,7 +74,7 @@ PCMAliasBlockFile::~PCMAliasBlockFile()
|
||||
/// @param start The offset within the block to begin reading
|
||||
/// @param len The number of samples to read
|
||||
int PCMAliasBlockFile::ReadData(samplePtr data, sampleFormat format,
|
||||
sampleCount start, sampleCount len)
|
||||
sampleCount start, sampleCount len) const
|
||||
{
|
||||
SF_INFO info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user