mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-02-04 12:41:47 -06:00
Method can be static
This commit is contained in:
parent
3183ee2f4f
commit
9dc10fc0fc
@ -81,7 +81,7 @@ namespace linuxdeploy {
|
||||
|
||||
// actually copy file
|
||||
// mimics cp command behavior
|
||||
bool copyFile(const bf::path& from, bf::path to, bool overwrite = false) {
|
||||
static bool copyFile(const bf::path& from, bf::path to, bool overwrite = false) {
|
||||
ldLog() << "Copying file" << from << "to" << to << std::endl;
|
||||
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user