Amend previous commit (no default namespace std)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user