mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
Move PBD::sys::copy_file/s into pbd/file_utils.h and PBD:: namespace
Copy files no longer depends on PBD::sys::path so move it git-svn-id: svn://localhost/ardour2/branches/3.0@12853 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4cda435203
commit
a22dd8c20a
7 changed files with 67 additions and 62 deletions
|
|
@ -41,7 +41,7 @@ namespace ARDOUR {
|
|||
bool
|
||||
create_backup_file (const std::string & file_path)
|
||||
{
|
||||
return sys::copy_file (file_path, file_path + backup_suffix);
|
||||
return copy_file (file_path, file_path + backup_suffix);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue