summaryrefslogtreecommitdiffstats
path: root/src/PatchagePort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r--src/PatchagePort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp
index 03a6f83..32b0cec 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -54,7 +54,7 @@ public:
is_input,
color)
, _type(type)
- , _id(id)
+ , _id(std::move(id))
, _name(name)
, _human_name(human_name)
, _order(order)