13
0

Replace use of pbd/filesystem.h with Glib alternative

git-svn-id: svn://localhost/ardour2/branches/3.0@12840 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2012-06-23 05:07:20 +00:00
parent 1d31cd008d
commit eb1c762985

View File

@ -27,7 +27,7 @@
#include <glibmm/thread.h>
#include "pbd/xml++.h"
#include "pbd/filesystem.h"
#include "pbd/basename.h"
#include "ardour/automation_control.h"
#include "ardour/midi_model.h"
@ -135,7 +135,7 @@ MidiRegion::clone (string path) const
PropertyList plist;
plist.add (Properties::name, sys::basename (ms->name()));
plist.add (Properties::name, PBD::basename_nosuffix (ms->name()));
plist.add (Properties::whole_file, true);
plist.add (Properties::start, _start);
plist.add (Properties::start_beats, _start_beats);