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
+1 -1
View File
@@ -516,7 +516,7 @@ RageSoundReader_WAV::~RageSoundReader_WAV()
delete m_pImpl;
}
SoundReader *RageSoundReader_WAV::Copy() const
RageSoundReader_WAV *RageSoundReader_WAV::Copy() const
{
RageSoundReader_WAV *ret = new RageSoundReader_WAV;
ret->Open( m_sFilename );