X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_videotimeline.cc;h=259e3e36e17f68126f18c4d8354ee44fa63ec815;hb=f4203cce7ec0b8be13293e0a86f69693ec1cd977;hp=458393708a8476588c07e6db312fbef9fc796d43;hpb=84f55440a3c6317dd2ab5d7e3d638016609e4d03;p=ardour.git diff --git a/gtk2_ardour/editor_videotimeline.cc b/gtk2_ardour/editor_videotimeline.cc index 458393708a..259e3e36e1 100644 --- a/gtk2_ardour/editor_videotimeline.cc +++ b/gtk2_ardour/editor_videotimeline.cc @@ -18,7 +18,7 @@ */ -#include +#include #include "ardour/profile.h" #include "ardour/rc_configuration.h" @@ -103,7 +103,7 @@ Editor::embed_audio_from_video (std::string path, framepos_t n, bool lock_positi } import_status.all_done = true; - unlink(path.c_str()); + ::g_unlink(path.c_str()); } void