You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
std:: prefixing for Example.cpp
This commit is contained in:
@@ -80,7 +80,7 @@ int main(int argc, char* argv[]) {
|
||||
// Close timeline
|
||||
r9.Close();
|
||||
|
||||
cout << "Completed successfully!" << endl;
|
||||
std::cout << "Completed successfully!" << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user