mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-12 21:25:04 -05:00
Make constructor more efficient
This commit is contained in:
@@ -27,7 +27,7 @@ namespace linuxdeploy {
|
||||
uint8_t elfABI = 0;
|
||||
|
||||
public:
|
||||
explicit PrivateData(const bf::path& path) : path(path) {}
|
||||
explicit PrivateData(bf::path path) : path(std::move(path)) {}
|
||||
|
||||
public:
|
||||
static std::string getPatchelfPath() {
|
||||
|
||||
Reference in New Issue
Block a user