Frame: juce::String supports std::basic_ostream

This commit is contained in:
FeRD (Frank Dana)
2020-08-07 01:49:35 -04:00
parent cf8080a67e
commit 9f4cdd46fb

View File

@@ -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;