Amend previous commit (no default namespace std)
This commit is contained in:
parent
d7ca8c350a
commit
59c914e2db
@ -319,7 +319,7 @@ TonalChangeDetect::process(const float *const *inputBuffers,
|
||||
if (!m_chromagram) {
|
||||
std::cerr << "ERROR: TonalChangeDetect::process: "
|
||||
<< "Chromagram has not been initialised"
|
||||
<< endl;
|
||||
<< std::endl;
|
||||
return FeatureSet();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user