Skip to content

Commit 9f4cdd4

Browse files
committed
Frame: juce::String supports std::basic_ostream
1 parent cf8080a commit 9f4cdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ void Frame::Play()
992992

993993
// Output error (if any)
994994
if (error.isNotEmpty()) {
995-
cout << "Error on initialise(): " << error.toStdString() << endl;
995+
cout << "Error on initialise(): " << error << endl;
996996
}
997997

998998
juce::AudioSourcePlayer audioSourcePlayer;

0 commit comments

Comments
 (0)