mirror of https://github.com/AxioDL/amuse.git
Update AudioGroupData.cpp
This commit is contained in:
parent
80cc9f7c94
commit
3056426afc
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue