This commit is contained in:
Glenn Maynard
2007-02-22 00:52:09 +00:00
parent 0ae8641ce7
commit 136eb055b0
+1 -1
View File
@@ -617,7 +617,7 @@ RageSoundReader_WAV::~RageSoundReader_WAV()
RageSoundReader_WAV *RageSoundReader_WAV::Copy() const RageSoundReader_WAV *RageSoundReader_WAV::Copy() const
{ {
RageSoundReader_WAV *ret = new RageSoundReader_WAV; RageSoundReader_WAV *ret = new RageSoundReader_WAV;
RageFileBasic *pFile = m_pFile->Copy();; RageFileBasic *pFile = m_pFile->Copy();
pFile->Seek( 0 ); pFile->Seek( 0 );
ret->Open( pFile ); ret->Open( pFile );
return ret; return ret;