fix warning

This commit is contained in:
Glenn Maynard
2006-12-10 04:04:50 +00:00
parent 173f6758c0
commit ef519723fb
@@ -79,7 +79,8 @@ RageSoundReader_Split::RageSoundReader_Split( RageSoundSplitterImpl *pImpl )
m_iRequestFrames = 0;
}
RageSoundReader_Split::RageSoundReader_Split( const RageSoundReader_Split &cpy )
RageSoundReader_Split::RageSoundReader_Split( const RageSoundReader_Split &cpy ):
RageSoundReader( cpy )
{
m_pImpl = cpy.m_pImpl;
++m_pImpl->m_iRefCount;