Update AudioGroupData.cpp

This commit is contained in:
Jack Andersen 2016-05-28 20:53:45 -10:00
parent 80cc9f7c94
commit 3056426afc
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ IntrusiveAudioGroupData& IntrusiveAudioGroupData::operator=(IntrusiveAudioGroupD
m_pool = other.m_pool;
m_sdir = other.m_sdir;
m_samp = other.m_samp;
m_fmt = other.m_fmt;
return *this;
}