diff --git a/src/Frame.cpp b/src/Frame.cpp index 764b9651..cf47556a 100644 --- a/src/Frame.cpp +++ b/src/Frame.cpp @@ -992,7 +992,7 @@ void Frame::Play() // Output error (if any) if (error.isNotEmpty()) { - cout << "Error on initialise(): " << error.toStdString() << endl; + cout << "Error on initialise(): " << error << endl; } juce::AudioSourcePlayer audioSourcePlayer;