Amend previous commit (no default namespace std)

This commit is contained in:
Robin Gareus 2020-05-24 23:22:20 +02:00
parent d7ca8c350a
commit 59c914e2db
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}