covariant Copy()

This commit is contained in:
Glenn Maynard
2006-10-20 00:01:18 +00:00
parent 3c02509b9e
commit 7a95f5da5b
21 changed files with 24 additions and 24 deletions
@@ -619,7 +619,7 @@ int RageSoundReader_Resample_Good::Read( char *bufp, unsigned len )
return iFramesRead * iBytesPerFrame;
}
SoundReader *RageSoundReader_Resample_Good::Copy() const
RageSoundReader_Resample_Good *RageSoundReader_Resample_Good::Copy() const
{
SoundReader *pSource = m_pSource->Copy();
RageSoundReader_Resample_Good *ret = new RageSoundReader_Resample_Good;