You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-07-10 12:18:44 -07:00
Make constructor more efficient
This commit is contained in:
+1
-1
@@ -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