add GetReferenceCount

This commit is contained in:
Glenn Maynard
2005-07-18 19:06:32 +00:00
parent 2a3bc57f43
commit c3ff27796a
2 changed files with 10 additions and 0 deletions
@@ -118,6 +118,11 @@ SoundReader *RageSoundReader_Preload::Copy() const
return new RageSoundReader_Preload(*this);
}
int RageSoundReader_Preload::GetReferenceCount() const
{
return buf.GetReferenceCount();
}
rc_string::rc_string()
{
buf = new string;