mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Amend previous commit (no default namespace std)
This commit is contained in:
parent
d7ca8c350a
commit
59c914e2db
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue