You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Frame: juce::String supports std::basic_ostream
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user