mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
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:
parent
1d31cd008d
commit
eb1c762985
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue