s/Add/push_back/
This commit is contained in:
@@ -57,7 +57,7 @@ bool RandomSample::LoadSound( CString sSoundFilePath )
|
||||
pSS->Load( sSoundFilePath );
|
||||
|
||||
|
||||
m_pSamples.Add( pSS );
|
||||
m_pSamples.push_back( pSS );
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user